Jump to content
Sign in to follow this  
Nick225

trigger repeating??

Recommended Posts

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?help.gif

I hope you can understand what im talking about crazy_o.gif

Share this post


Link to post
Share on other sites

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

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×