• 🏆 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] Player owns 0 units of an type/0 heroes condition

Status
Not open for further replies.
You'll need a couple of variables:

PlayerHasHero = False

Event:
Unit Owned by Player 1 (Red) kills a unit

Condition:
PlayerHasHero = False

Actions:
Replace (killing unit) with (insert hero unit here)
Set PlayerHasHero = True

Or alternatively you can just remove the variable and put Turn This Trigger off at the start of the actions of this Trigger.
 
Status
Not open for further replies.
Top