Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Settings

Events


Time - Elapsed game time is 0.00 seconds

Conditions

Actions


Wait 2100.00 seconds


Set Point = (Point where the unit should be spawned)


Unit - Create 1 (Your Unit) for (Some Player) at Point facing Default building facing (270.0) degrees


Set Unit = (Last created unit)


Custom script: call RemoveLocation(udg_Point)
End

Events


Unit - A unit Dies

Conditions


(Triggering unit) Equal to (==) Unit

Actions


Game - Victory (Some Player) (Show dialogs, Show scores) //set the players that should win


Game - Defeat (Some Player) with the message: Defeat! ////set the players that should loose
What a the links for ?
Set Point = (Center of (Playable map area)) //here we set the value to center of the map or if you want to set the value to some region this
Set Point = (Center of Rect 000 <gen>)
Well create 2 triggers:
Settings
Events
Time - Elapsed game time is 0.00 seconds
Conditions
Actions
Wait 2100.00 seconds
Set Point = (Point where the unit should be spawned)
Unit - Create 1 (Your Unit) for (Some Player) at Point facing Default building facing (270.0) degrees
Set Unit = (Last created unit)
Custom script: call RemoveLocation(udg_Point)
End
Events
Unit - A unit Dies
Conditions
(Triggering unit) Equal to (==) Unit
Actions
Game - Victory (Some Player) (Show dialogs, Show scores) //set the players that should win
Game - Defeat (Some Player) with the message: Defeat! ////set the players that should loose
Time - Elapsed game time is 2100.00 seconds
Yep, I just forgot about it.It's way better to usein first trigger.
Time - Elapsed game time is 2100.00 seconds
Set Point = (Center of Spawn Point <gen>)
