- Joined
- Jan 22, 2010
- Messages
- 2,583
How To Make A Trigger Work Once
By Indomitable1319
First, you create a boundary space with only a bit of free space. Then, make a custom Wisp (Or any other unit that doesn't attack) for an enemy. Put one of those units there in the boundary space, and then open up the Trigger Editor.1. The Setup - Create a trigger named (your own name)1a
-
Trigger One
-
Events
-
Unit - A unit (Whatever you want to happen to trigger it; preferably)Enters Region000
-
-
Conditions
-
Actions
-
Unit - Kill Wisp0001
-
-
2. The Trigger - Create another trigger named (your own name)1b
-
Trigger Two
-
Events
-
Unit - Wisp0001 dies
-
-
Conditions
-
Actions
-
Your action
-
-
Example
Here's an example for you. I want Arthas to say "I like cheese" only once when he enters a specific region.
So here:
-
Arthas Comments1a
-
Events
-
Unit - Arthas0001<gen> enters Region000
-
-
Conditions
-
Actions
-
Kill Wisp0002<gen>
-
-
-
Arthas Comments1b
-
Events
-
Unit - Wisp0002<gen> dies
-
-
Conditions
-
Actions
-
Game - Display to all players the text: |cffffcc00Arthas|r: I like cheese!
-
-
By Indomitable1319
Last edited: