View Single Post
RavenX
Senior Member
Volunteer Data File Contributor
 
Join Date: Jan 2011
Location: Nowhere, Virginia
Posts: 3,633

Old March 26th, 2013, 08:08 PM
Hey TC, Can't you set up the portal where you need it, and have it show up once the value reaches that level you mentioned? Positioning is done through scripts, but you can do boolean logic in there. Something like this:

if (hero.child[whatever].field[trtFinal].value >= X) then
portal[specialty].visible = 0
endif
RavenX is offline   #2 Reply With Quote