• Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
  • Read Evilhog's interview with Gregory Alper, the original composer of the music for WarCraft: Orcs & Humans 🔗Click here to read the full interview.

[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