Sound effects

Pazyryk

Deity
Joined
Jun 13, 2008
Messages
3,584
Can anyone tell me how to make a simple sound effect, say the gong sound from a new era? I've looked through NewEraPopup.lua for that one (and wiki UI in general) but haven't found anything.
 
No idea which particular sound file you'd need, but the code is

Code:
Events.AudioPlay2DSound("AS2D_IF_MP_CHAT_DING")
 
Try AS2D_INTERFACE_NEW_ERA

(I don't play with the annoying beeps, pings and "ambience" noises so couldn't say it that's the right one or not - but the name looks about right!)
 
Back
Top Bottom