I have some problems.
·I need the AI to train custom units in my Jass script. How do I set the AI to train my custom units on the Jass script?
·Also, I want, when a unit owned by Pink Player dies, train my custom unit "High Elf Archer". I created a barracks which trains them, but, on this trigger, I tested it and it doesn't do anything!

·I need the AI to train custom units in my Jass script. How do I set the AI to train my custom units on the Jass script?
·Also, I want, when a unit owned by Pink Player dies, train my custom unit "High Elf Archer". I created a barracks which trains them, but, on this trigger, I tested it and it doesn't do anything!
-
If you attack train Archer
-
Events
-
Unit - A unit owned by Jugador 8 (rosa) Muere
-
-
Conditions
-
Actions
-
Unit - Order Barracks 0035 <gen> to train/upgrade to a Archer
-
Unit - Set Rally-Point for (Trained unit) to (Center of Rally Point <gen>)
-
-
Last edited: