Code:
mob/verb
usr << sound(null)
var/sound/S = sound('hq music/flamium.ogg')
S.channel = 5
usr << S
How and where do I use SOUND_PAUSED | SOUND_UPDATE??? I did read the "Help On..." guide but I seem to be confused on how to use this. I apologize for this question and thank you in advance!!!