- Joined
- Mar 13, 2008
- Messages
- 126
How can i remove death animation from a unit(including decay and everything).
I need it just for my dummy not for all units!
Tnx in advance!
I need it just for my dummy not for all units!
Tnx in advance!
function remove_dummy takes unit dummy returns nothing
call PolledWait(1)
call RemoveUnit(dummy)
endfunction