• 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.

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