I don´t want this to go on when I started the map so I turned it off with another trigger.
Then when I want it to star running, I do so with Run trigger and I have also tested Turn trigger on. and both at the same time.
But it wont work. Help please =)
Well first you can turn a trigger off by right clicking on it and then click: Initialy On. Hmm also Turn trigger on and Run trigger should work both. Just make sure u put the right trigger in it. U should also check the Debugger, so you can see which triggers are running.
How to turn on Trigger Debugger: Goto File>Preferencess>Test Document> and check Run Game In A Window + check Show Trigger Debugger Window.
I made some screens of a map in progress.
ATTACHMENTS
example2.png
example4.png
example3.png
Rollback Post to RevisionRollBack
To post a comment, please login or register a new account.
Hi
I have a tirgger that look like this:
Event:
Every 20 seconds of game time.
Action:
Create 5 Marines for player 15 in region X.
.
I don´t want this to go on when I started the map so I turned it off with another trigger. Then when I want it to star running, I do so with Run trigger and I have also tested Turn trigger on. and both at the same time. But it wont work. Help please =)
Thanks
Best regards
Benny
Use a timer instead.
I'm using pair of triggers for continuing attack wave. Like this:
AND
So I use condition to check is enough time elapsed to start the continuing wave. For Variable type I used "Integer".
Well first you can turn a trigger off by right clicking on it and then click: Initialy On. Hmm also Turn trigger on and Run trigger should work both. Just make sure u put the right trigger in it. U should also check the Debugger, so you can see which triggers are running.
How to turn on Trigger Debugger: Goto File>Preferencess>Test Document> and check Run Game In A Window + check Show Trigger Debugger Window.
I made some screens of a map in progress.