Rat_Return
Enter(a)
if(ismob(a))
usr.loc=locate(53,268,1)
usr << "You exit the dark sewers and enter the dark alley."
usr<<sound(null)
sound('Town.mid',repeat=1)
Problem description:
I get the following warning:
RisingEmpire.dm:70:sound :warning: statement has no effect
I have no clue why, but I'd like any help at all.