• 🏆 Texturing Contest #33 is OPEN! Contestants must re-texture a SD unit model found in-game (Warcraft 3 Classic), recreating the unit into a peaceful NPC version. 🔗Click here to enter!

[Trigger] A player leave then remove his units

Status
Not open for further replies.
Level 2
Joined
Mar 28, 2008
Messages
6
Hi!

If a player leaves the game, how can i remove all of his units from the map?
The Defeat Player trigger dont do that.

Thanks
 
Level 12
Joined
Mar 23, 2008
Messages
942
  • Player Leave
  • Events
    • Player xx Leaves
  • Conditions
  • Actions
    • Custom script: set bj_wantDestroyGroup = true
    • Unit Group - Pick every unit in ((Playable Map Area) matching (Owner of (Matching Unit) is equal to leaving player) and do actions
    • Unit - Remove (Picked Unit)
 
Level 12
Joined
May 4, 2008
Messages
1,111
i got one that is more general and works fine for me
**
  • Player Leave
  • Events
    • Player - A player Leaves The Game
  • Conditions
  • Actions
    • Unit Group - Pick every unit in (triggering player)
    • Unit - Remove (Picked Unit)
 
Status
Not open for further replies.
Top