When a player warps I want it to change the music for it.Here's my code.
turf/stairs
icon='stairs.dmi'
Entered(mob/M)
if(istype(M,/mob))
M.loc=locate(1,1,2)
ID:268217
Apr 20 2004, 4:47 am
|
|
In response to RVegeta
|
|
Ok thanks a lot. <edit> and it worked :)</edit>
|
That will continually repeat until you make it stop (To make it stop just do a sound(null).
Also, if you want it to just play once then replace the 1 with a 0.