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