- Joined
- Jun 8, 2009
- Messages
- 101
-
OS1
-
Events
-
Time - Every 0.50 seconds of game time
-
-
Conditions
-
SpawnArray Equal to 0
-
-
Actions
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
Then - Actions
-
Unit - Create 1 Stalfos (Lv1) for Player 12 (Brown) at (Random point in OverworldSpawn1 <gen>) facing Default building facing degrees
-
Set OS[0] = (Position of (Last created unit))
-
Wait 0.02 seconds
-
Custom script: call RemoveLocation(udg_OS[0])
-
-
Else - Actions
-
Do nothing
-
-
-
-------- After Temples Spawn --------
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
SpawnArray Equal to 1
-
-
Then - Actions
-
Else - Actions
-
Do nothing
-
-
-
-------- End Game Spawn --------
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
SpawnArray Equal to 2
-
-
Then - Actions
-
Else - Actions
-
Do nothing
-
-
-
-