yea the facing bj part... i figured that out and when i saved perfect... however in the game nothing happens... i added a game elapse time = to 1 and it worked why is this?
does every trigger need and event? that isn't the case with normal triggering... is it different for JASS?
12-16-2004, 11:07 PM
#8
Guest
Actually, this is the same with normal triggering. If you don't add an event, the trigger will never fire. (Unless you manually add an event on the fly)
If you want the trigger to fire, use "Map Initialisation" or in some cases "Elapsed Time is 1 Sec".
Events work like "or" not like "and" anyway. It fires for every event in the list, if there arent any, it doesnt fire.