ID:1921809
 
(See the best response by Flick.)
I've tried so hard to find a solution to this, but I can't find anything in the guides.

I'm trying to make a verb that causes a sound to play. Like, when the verb is called the sound happens. Does anybody know how to do that?
Best response
mob
verb
Play()
var/sound/S = sound('mysound.wav')
usr << S


That's pretty much just out of the reference.
Thank you very much, it worked as intended. +1