- Joined
- Jul 8, 2008
- Messages
- 150
This is my current trigger that occurs at map ini. I've also tried many different versions of it, but nothing has worked so far.
-
Player Group - Pick every player in (All players) and do (Actions)
-
Loop - Actions
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
((Picked player) slot status) Not equal to Is playing
-
-
Then - Actions
-
Set NotPlaying_Group = (Units owned by (Picked player))
-
Unit Group - Pick every unit in NotPlaying_Group and do (Actions)
-
Loop - Actions
-
Unit - Remove (Picked unit) from the game
-
-
-
Custom script: call DestroyGroup(udg_NotPlaying_Group)
-
-
Else - Actions
-
Player - Limit training of Heroes to 1 for (Picked player)
-
Player - Set (Picked player) Current gold to 1500
-
Player - Turn Gives bounty On for (Picked player)
-
Hero - Make (Picked player) Heroes gain 85.00% experience from future kills
-
-
-
-
Last edited: