peterphonic
Active member
Hi,
I have created a new feat with this eval script :
Final Phase 99999
Show in tracked resources list is check.
SO, the feat correctly appears in in-play tab. But the text is grayed, like if all resources were used. Is it because I did a mistake in my script?
Thx
I have created a new feat with this eval script :
Final Phase 99999
Code:
~ If we're disabled, do nothing
doneif (tagis[Helper.FtDisable] <> 0)
field[trkMax].value = hero.child[aCON].field[aUser].value
field[trkLeft].value = hero.child[aCON].field[aUser].value
field[trkMin].value = 0
Show in tracked resources list is check.
SO, the feat correctly appears in in-play tab. But the text is grayed, like if all resources were used. Is it because I did a mistake in my script?
Thx