- Joined
- Dec 31, 2005
- Messages
- 712
Hi people =P
Here I am to bother you a little more xD
The unit u007 has movement type = None. Should this piece of code work?
Thanks!
Hossomi-sama
Here I am to bother you a little more xD
JASS:
set Fenix = CreateUnit(Player(0), 'u007', 0.00, 0.00, 90.00)
// Don't worry about players and coordinates xD
call SetUnitVertexColor(Fenix, 255,255,255,204)
call SetUnitPathing(Fenix, false)
call UnitAddAbility(Fenix, 'Amrf')
call UnitRemoveAbility(Fenix, 'Amrf')
call SetUnitFlyHeight(Fenix, 500,1)
call UnitApplyTimedLife(Fenix,'BTLF',1.00)
The unit u007 has movement type = None. Should this piece of code work?
Thanks!
Hossomi-sama