- Joined
- Aug 7, 2013
- Messages
- 1,338
Hi,
What is the native to do this:
What is the native to do this:
JASS:
native function playUnitSound takes unit whichUnit, string orderString returns nothing
endfunction
...
unit u = CreateUnit(Player(0), 'hfoo', 0, 0, 0)
call playUnitSound(u, "birth")