l dont no the first thing when it comes to triggers for maps, can any one help me learn how to use them?
Theres lots about triggers and its very hard to explain it all.
Go to dl database and download some triggers and see how they're done.
music trigger:
| Trigger |
| Players: |
| ¤ everyone exept forces & computers |
| Conditions: |
| ¤ always |
| Actions: |
¤ play WAV
|
¤ wait LENGTH
|
¤ preserve trigger
|
| ¤ comment: music |
okay thx l will have a look
I suggest going through each action and figuring out what they do in-game by experimenting. It may take a bit longer, but in the long run you'll have a much better understanding of the limits of the trigger system, and so will be able to compose new triggers with less trial-and-error.
Triggers: how they work. Every two seconds Starcraft will run a check on all triggers, checking thier conditions. If ALL set conditions of a specific trigger are deemed true, then the actions will excecute (be done). Add "Preserve Trigger" as an action to make the trigger be allowed to run multiple times, or don't and the trigger will run once, then turn off.