I am attempting to check for an active condition from within a feat. I either have the timing wrong or the script wrong, and since I can't get anything else to work within the script could someone verify if I'm doing this correctly?
pPsiFocus is the condition I'm looking for. I've tried several different timings with no luck. I'm currently at Pre-levels (users) 10000. I'm open to suggestions on what timing should be used.
Code:
doneif (hero.childfound[pPsiFocus].field[pIsOn].value = 0)
pPsiFocus is the condition I'm looking for. I've tried several different timings with no luck. I'm currently at Pre-levels (users) 10000. I'm open to suggestions on what timing should be used.