ID:264249
 
Volume:
mob/host/verb
MusicPlay(S as sound,v as text)
set category = "Admin"
world<< sound(S,8,volume = v)
world<<"[src.name] plays [S] for us!"

Volume:Music won't play even when it's volume is 100.

mob/host/verb
MusicPlay(S as sound,v as num) // set it as a num not a text...
set category = "Admin"
world<< sound(S,8,volume = v)
world<<"[src.name] plays [S] for us!"
In response to Gizhy Games
Ha, ha, ha forgot about the number thing.Thanks for helping me!