ID:179745
 
how would i make it to where if the usr walks on a certain area or turf then:

usr << "YOU`RE ON HOT LAVA DUMMIE! GET OFF QUICK!"


I've tried every thing i can think of, and I cant seem to get anything to work
Look up Enter() and Entered()
In response to GateGuardian
I tried that but to my dismay it isnt what i`m looking for, but i have a better idea so never mind
Download my Sound Tutorial and just change the usr<<sound(blah,1) to

usr << "whatever you message is here"
In response to Sariat
I already know about the Entered() Enter() and Exit() procs
In response to Pillsverry
Pillsverry wrote:
I already know about the Entered() Enter() and Exit() procs



Then why don't you use them?

turf/lava
icon='lava.dmi'
Entered(mob/M)
M<<"MORON THAT'S LAVA!!"
In response to Nadrew
Yep... As Nadrew's post shows... Those procs go directly into the definition of the desired turf... Not into the mob's code...

So yes...they're EXACTLY what you're looking for...
If that's not what you want, then you should probably explain again in more detail what you're trying to achieve, since it sounded like you want to know how to make something happen when they enter a turf.