- Joined
- Jun 2, 2009
- Messages
- 2,014
Okay, here is my trigger:
Now I need to know how to make it stop the hero, drop one by one, and play a sound as each item drops, then unfreeze hero.
If you can anwer I will give you +REP.
-
Drop
-
Events
-
Player - Player 1 (Red) types a chat message containing -drop as An exact match
-
Player - Player 2 (Blue) types a chat message containing -drop as An exact match
-
Player - Player 3 (Teal) types a chat message containing -drop as An exact match
-
Player - Player 4 (Purple) types a chat message containing -drop as An exact match
-
Player - Player 5 (Yellow) types a chat message containing -drop as An exact match
-
Player - Player 6 (Orange) types a chat message containing -drop as An exact match
-
Player - Player 7 (Green) types a chat message containing -drop as An exact match
-
Player - Player 8 (Pink) types a chat message containing -drop as An exact match
-
Player - Player 9 (Gray) types a chat message containing -drop as An exact match
-
Player - Player 10 (Light Blue) types a chat message containing -drop as An exact match
-
Player - Player 11 (Dark Green) types a chat message containing -drop as An exact match
-
Player - Player 12 (Brown) types a chat message containing -drop as An exact match
-
-
Conditions
-
Actions
-
Unit Group - Pick every unit in (Units currently selected by (Triggering player)) and do (Actions)
-
Loop - Actions
-
Multiple FunctionsIf (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
Multiple ConditionsOr - Any (Conditions) are true
-
Conditions
-
((Picked unit) is A Hero) Equal to (==) True
-
((Picked unit) is A ground unit) Equal to (==) True
-
-
-
-
Then - Actions
-
Set tempPoint = (Position of (Picked unit))
-
Do Multiple ActionsFor each (Integer A) from 1 to 6, do (Actions)
-
Loop - Actions
-
Hero - Drop the item from slot (Integer A) of (Picked unit)
-
-
-
-
Custom script: call RemoveLocation(udg_tempPoint)
-
-
Else - Actions
-
-
-
-
-
Now I need to know how to make it stop the hero, drop one by one, and play a sound as each item drops, then unfreeze hero.
If you can anwer I will give you +REP.