Warcraft III resources & community, 2003–2006 · archived

want help with a simple trigger

3 posts
#1

want help with a simple trigger

ummm i just want to make all units of a player who leave or who are not used to be removed.
#2
Events: Map initialization
conditions:
Actions: Pick every player in all players matching condition - matching player slot status = not playing(or w/e it is i forgot) remove all units beloning to picked player
#3
If you want to do it during the middle of a game either use the event that says Player - Leaves or something like that. You could also use (if that doesn't work) a timer that has Timer - Every __ seconds of game time, to do the same thing.