• Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
  • Read Evilhog's interview with Gregory Alper, the original composer of the music for WarCraft: Orcs & Humans 🔗Click here to read the full interview.

[JASS] Sounds ?

Status
Not open for further replies.
Level 19
Joined
Aug 24, 2007
Messages
2,888
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.
Top