- Joined
- Nov 15, 2007
- Messages
- 800
-
Actions
-
Unit - Create 1 Footman for Player 1 (Red) at loc facing 90.00 degrees
-
Set unit = (Last created unit)
-
Set unit2 = Circle of Power 0001 <gen>
-
Custom script: set udg_int = GetHandleId(udg_unit)
-
Custom script: set udg_int2 = GetHandleId(udg_unit2)
-
Hashtable - Save int2 as 1 of int in Table
-
Hashtable - Save int as 1 of int2 in Table
-
-
Actions
-
Set unit = (Triggering unit)
-
Custom script: set udg_int = GetHandleId(udg_unit)
-
Set unit2 = (Load 1 of int in Table)
-
Custom script: set udg_int2 = GetHandleId(udg_unit2)
-
Game - Display to (All players) for 5.00 seconds the text: (String(int))
-
Game - Display to (All players) for 5.00 seconds the text: (String(int2))
-