HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

Unit conversion.

05-12-2005, 02:27 AM#1
emp_can
I want when a specific unit enters an area for it to become a differetn unit.
05-12-2005, 04:06 AM#2
Azhag
Code:
Event- A unit enters region *your region*
Conditions- Entering unit equal to *the unit*
Actions- Remove entering unit
Actions- Create 1 *new unit* at the position of removed unit facing default degrees
05-12-2005, 08:59 PM#3
Anitarf
Quote:
Originally Posted by Azhag
Code:
Event- A unit enters region *your region*
Conditions- Entering unit equal to *the unit*
Actions- Remove entering unit
Actions- Create 1 *new unit* at the position of removed unit facing default degrees
Instead of the last two actions, you can also just use "unit - replace unit".
05-12-2005, 10:16 PM#4
Vexorian
If you had important variables pointing an unit, or if the custom value of the unit was important, use a chaos morphing ability instead of the solutions on above