I have a music on verb
mob
verb
music_on()
set category = "Communication"
src<<sound('music1.mid',1)
but i cant figure out how to make another verb to turn the music off, if theres is a way can someone please tell me?
ID:150463
Sep 21 2001, 11:16 am
|
|
In response to Vortezz
|
|
yes, thank you vortezz. i understand now, thats all i needed.
|
null usually represents nothing, so to set it to make no sound (null sound), you just use sound() in the same manner.
Understood?