how would you do this, put a limit on for instance a blacksmith so that they can only build one and then it disappears from the peasants "build" menu
Disable
Events
Unit - A unit Finishes construction
Conditions
(Unit-type of (Constructed structure)) Equal to Blacksmith
Actions
Player - Make Blacksmith Unavailable for training/construction by (Owner of (Constructed structure))
Enable
Events
Unit - A unit Dies
Conditions
(Unit-type of (Dying unit)) Equal to Blacksmith
Actions
Player - Make Blacksmith Available for training/construction by (Owner of (Constructed structure))
And out of all those complicated answers, here's a short, easy, and working one.Player - Limit training of Blacksmith to 1 for Player 1 (Red)
Should work..