- Joined
- Aug 3, 2008
- Messages
- 257
Main script
-
Teleporter
-
Events
-
Unit - A unit enters Ulah <gen>
-
-
Conditions
-
((Triggering unit) is A Hero) Equal to True
-
-
Actions
-
Dialog - Clear MyDialog
-
Dialog - Change the title of MyDialog to Where would you lik...
-
Dialog - Create a dialog button for MyDialog labelled Swamp - Level 8+
-
Set DialogButton[1] = (Last created dialog Button)
-
Dialog - Create a dialog button for MyDialog labelled Refugee Camp
-
Set DialogButton[2] = (Last created dialog Button)
-
Dialog - Create a dialog button for MyDialog labelled Gurgan Peninsula
-
Set DialogButton[3] = (Last created dialog Button)
-
Dialog - Create a dialog button for MyDialog labelled New Borne City
-
Set DialogButton[4] = (Last created dialog Button)
-
Dialog - Show MyDialog for (Owner of (Triggering unit))
-
-
-
Swamp button
-
Events
-
Dialog - A dialog button is clicked for MyDialog
-
-
Conditions
-
(Clicked dialog button) Equal to DialogButton[1]
-
-
Actions
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
(Hero level of (Triggering unit)) Greater than or equal to 8
-
-
Then - Actions
-
Unit - Move (Triggering unit) instantly to (Center of swamp drop off <gen>)
-
Unit - Move (Triggering unit) instantly to (Center of (Playable map area))
-
Camera - Pan camera for (Owner of (Triggering unit)) to (Center of swamp drop off <gen>) over 0.00 seconds
-
-
Else - Actions
-
Do nothing
-
-
-
-