i try to make castle fight like map.
but somehow when the first unit is in training then i try to cancel the progress, then the upgrade button works. there must be some bug when the second unit begin to train. can anyone help me fix it?
-
TrainStart
-
Events
- Unit - A unit Finishes construction
-
Conditions
- (Unit-type of (Constructed structure)) Equal to Ranger House
-
Actions
- Unit - Order (Triggering unit) to train/upgrade to a Archer
-
Events
-
TrainLoop
-
Events
- Unit - A unit Finishes training a unit
-
Conditions
- ((Triggering unit) belongs to an ally of Player 1 (Red)) Equal to True
-
Actions
- Unit - Order (Triggering unit) to train/upgrade to a (Unit-type of (Trained unit))
- Unit - Order (Trained unit) to Attack-Move To (Center of Demonic Stone <gen>)
-
Events
but somehow when the first unit is in training then i try to cancel the progress, then the upgrade button works. there must be some bug when the second unit begin to train. can anyone help me fix it?