• Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
  • Read Evilhog's interview with Gregory Alper, the original composer of the music for WarCraft: Orcs & Humans 🔗Click here to read the full interview.

[JASS] Filter(code) and the code

Status
Not open for further replies.
Level 6
Joined
Oct 23, 2011
Messages
182
i did somethig like

call TriggerAddCondition(trg,Filter(c))

and c did not return boolean. this caused my map to bug horribly, like boolean variables returning all false.. timer util saying invalid timers on every single timer... is this supposed to happen?
 
Last edited:
Level 6
Joined
Oct 23, 2011
Messages
182
i guess my map is corrupted or something
i've transferred exact same script to a test map and it works fine..

so frustrating =<

EDIT * Ok. I just found that i didn't have the defend ability added for UnitIndexer.. but I dont know how could that cause such weird bug
 
Status
Not open for further replies.
Top