- Joined
- Jul 19, 2010
- Messages
- 309
The following commands are not available written in GUI but I do not know Jass. Could someone please convert this to jass for me?
-
Untitled Trigger 001
-
Events
-
Time - Elapsed game time is 5.00 seconds
-
-
Conditions
-
Actions
-
-------- Pretend this is in a loop --------
-
-------- All Variables are Global --------
-
Unit - Order IndexedUnit[LoopCount] to SavedOrder[LoopCount] - IndexedUnit[1]
-
Unit - Order IndexedUnit[LoopCount] to SavedOrder[LoopCount] - SavedPoint[LoopCount]
-
Unit - Order IndexedUnit[LoopCount] to SavedOrder[LoopCount] - SavedItem[LoopCount]
-
Unit - Order IndexedUnit[LoopCount] to SavedOrder[LoopCount]
-
-