- Joined
- Apr 19, 2011
- Messages
- 447
Hi everyone.
I don't know if I'm just stupid... Let's see, I have the following trigger:
1
2
3
Ok, it shows:
1
1
1
Why? It doesn't make sense! But this only happens in the map I'm working on. I opened a fresh new map, tested the trigger, and it behaved as expected. But in my map, it only shows 1, although the trigger should loop from 1 to 3. I don't get what's wrong with it...
Any help will be appreciated.
Kind Regards
I don't know if I'm just stupid... Let's see, I have the following trigger:
-
For each (Integer INTEGER) from 1 to 3, do (Actions)
-
Loop - Actions
- Game - Display to (All players) the text: (String(INTEGER))
-
Loop - Actions
1
2
3
Ok, it shows:
1
1
1
Why? It doesn't make sense! But this only happens in the map I'm working on. I opened a fresh new map, tested the trigger, and it behaved as expected. But in my map, it only shows 1, although the trigger should loop from 1 to 3. I don't get what's wrong with it...
Any help will be appreciated.
Kind Regards