- Joined
- Dec 7, 2012
- Messages
- 52
Hi everyone!
What the parameters i need to insert into this function?
What the parameters i need to insert into this function?
native TriggerWaitForSound takes sound s, real offset returns nothing
function WaitForSoundBJ takes sound soundHandle, real offset returns nothing
call TriggerWaitForSound( soundHandle, offset )
endfunction