how to use sf triggers:
the thing you need to remember is all the conditions and actions are a function and a function needs a variable (like f(x) where x is the varaible)
lets say you want to use the move unit action. you would start by typing (much easier than selecting) moveunit( which you will see this at the top:
QUOTE
MoveUnit(Count,UnitType,Owner,StartLocation,DestLocation);
(edit: wtf...? whats with the quote =/)
Count = how many units are going to be moved
UnitType = what unit is going to be moved
Owner = who owns the units
StartLocation = where they are starting from
DestLocation = where they will end up
fill them all in, a list on the right side is there to guide you incase you're not sure what to type. after you're done putting in all the variables, type ");" and begin the next action.
if this doens't explain it, nothing will
