Is it possible to create a table_dynamic on the modification form to just display itself if a certain tag is present on the character's armor?
This would be handled in the position script:
Code:
if (some tag is there) then
put the portal in place
else
portal[xxx].visible = 0
endif