I am trying to make a floor so when you walk over it, a certain music file is played
here is my code (it sucks)
turf/specialmusicfloors
Town2Entrance
icon = 'file.dmi'
usr << sound('soundfile.mid',1)
could anyone correct this?
ID:261235
Nov 8 2001, 1:40 pm
|
|
In response to Nadrew
|
|
whoops i messed up
turf/specturf Townenterance icon = 'blah.dmi' usr << sound('file.mid',1) |
In response to SSJ4_Sanatic Bardock
|
|
You still need to use Entered()
|
In response to SSJ4_Sanatic Bardock
|
|
SSJ4_Sanatic Bardock wrote:
whoops i messed up Nope that won't work turf/specturf |
In response to GateGuardian
|
|
thx!
|
Indent the <font color=red>red</font> over one and you'd need to check if they entered the tile using the Entered() proc.