QUOTE(Entropy_EX @ Sep 15 2005, 06:12 PM)
Okay, I understand what I did wrong. Anyways, another question, what are, and how do you use switches?
[right][snapback]315192[/snapback][/right]
Switches are exactly as they sound. Switches! You can use it as an extra way to trigger something. For instance, Switch 1 is set then (Action). Or Switch 1 is cleared then (Action). You can set, clear, toggle (do the oposite of what it is currently at), or if you have starforge (or maybe something else?) you can set it to randomize as an action. Here is an example:
-------------------------------------------------------------------
Condition:
Player 1 bring 1 marine to location 1.
Action:
Set switch 1.
Kill All Marine for Player 1 at location 1.
PreserveTrigger.
-------------------------------------------------------------------
Condition:
Player 3 brings 1 marine to location 3.
Action:
Set Switch 1.
Kill All Marine for Player 3 at location 3.
PreserveTrigger.
-------------------------------------------------------------------
Condition:
Switch 1 is set
Action:
Create 1 Ghost for Player 2 at location 2.
Clear Switch 1
PreserveTrigger
-------------------------------------------------------------------
Does that make sense? The example is pretty stupid...the switch is an extra part that is unnecessary in the whole thing, but its an example how the switch works.