| Event- Unit dies
Condition- Units in unit group "Players" (Variable, unit group)equals 0
Action
Pick every player in player group "Players" (Variable, player group) and do actions
If
Check point 1 (Boolean Variable) equals true
Then
Create 1 (whatever) for picked player in region 1 (whatever) facing blah blah
Add all units owned by picked player in region 1 to unit group "Players"
Else
Do nothing
If
Check point 2 (Boolean Variable) equals true
Then
Create 1 (whatever) for picked player in region 2 (whatever) facin blah blah
Add all units owned by picked player in region 2 to unit group "Players"
ETC...
You just need to add the units to the unit group initially and the players to the player group initially
Last edited by Garthrs; 04-22-2004 at 11:15 PM.
|