Nick225 0 Posted February 2, 2006 i want to make a trigger repeat but only four times. i set it up like this. i put a=1 in my init field i created the trigger TRIGGER: activated by player, repeatedly CONDITION: this and a<4 ON ACTIVATION: a=a ON DEACTIVATION: a=a+1 i thought that would make it activate the trigger 4 times, but it doesn't. any help? I hope you can understand what im talking about Share this post Link to post Share on other sites
Garcia 0 Posted February 2, 2006 I set a=0 in units init field, trigger to repeatedly. condition: this && (a<4) on activation: a=a+1 on deactivation: nothing here and it worked fine. Share this post Link to post Share on other sites