• 🏆 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!

Special Requirement

Status
Not open for further replies.
Level 3
Joined
Aug 17, 2005
Messages
24
I need to make a unit that can only be trained when two units are in a building. For example,

The Farmhouse is the builidng, and the Farmer and his Wife must be in it in order to "train" babies. I know it sounds weird, but i'm trying to make a realistic game. :p I'd really appreciate anyone who helps! :eek:
 
Level 12
Joined
Jul 2, 2004
Messages
471
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
If - Conditions
And - All (Conditions) are true
Conditions
(Region 001 <gen> contains (Triggering unit)) Equal to True
(Region 001 <gen> contains (Triggering unit)) Equal to True
Then - Actions
Else - Actions
 
Status
Not open for further replies.
Top