[JASS] Sounds ?

Status
Not open for further replies.
Level 19
Joined
Aug 24, 2007
Messages
2,885
JASS:
local sound snd = CreateSoundFromLabel(GetAbilitySoundById('AUim',SOUND_TYPE_EFFECT),false,true,true,0,0)
call SetSoundPosition(snd,GetUnitX(GetTriggerUnit()),GetUnitY(GetTriggerUnit()),0)
call StartSound(snd)
call KillSoundWhenDone(snd)

This doesnt play a sound 'AUim' = impale
and its effect sound is Impale Cast

Edit:LoL its working already but I used the wrong sound xD
 
Status
Not open for further replies.
Back
Top