• 🏆 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!
  • It's time for the first HD Modeling Contest of 2024. Join the theme discussion for Hive's HD Modeling Contest #6! Click here to post your idea!

Detect Player with units

Status
Not open for further replies.

hdm

hdm

Level 9
Joined
Nov 19, 2011
Messages
384
Is it possible ? Right now a Trigger I'm making uses the event "Player enters string chat" and then the actions creates a hero for him (e.g. Type -create Footman, a footman is created for him). But is there any condition that if he has already a unit (whatever unit, not necessarily the footman) he can't create a new one using the STRING ?
 
Level 12
Joined
Mar 13, 2012
Messages
1,121
Very easily, you just have to extend your trigger.

Use for example a boolean array which keeps track whether a player is allowed to spawn more units.
 
Status
Not open for further replies.
Top