- Joined
- Oct 2, 2013
- Messages
- 95
So if I have two triggers that use the "For loop (Integer A)" action with a "Wait x seconds" inside it ( damage over time, for example ) like this:
Thanks...
-
For each integer A from 1 to 10 do actions:
-
Loop - Actions:
-
Set var = var + 1
Thanks...