• 🏆 Texturing Contest #33 is OPEN! Contestants must re-texture a SD unit model found in-game (Warcraft 3 Classic), recreating the unit into a peaceful NPC version. 🔗Click here to enter!
  • It's time for the first HD Modeling Contest of 2024. Join the theme discussion for Hive's HD Modeling Contest #6! Click here to post your idea!

[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