ID:172084
 
is their a possiblity of making a turf make the player go in slow motion(as in speed down) when they go across it? Like steps, so it feels like your climbing up them.
yes. Make a var that in modifying it would slow or speed the mob. Using Enter() and the Exit would change the variable and reset it as you leave this certain turf.
In response to ZLegend
Ok, that worked great, Thanks for help. ^^
In response to Sioe
Could you use that to also make it where it decresses HP? sorry if i wasn't suppose to put this here.
In response to Shadowcat519
Sure.

mob/var/HP = 30
aat
icon = 'machines.dmi'
icon_state = "44"
Enter(mob/M)
usr.HP -= 10

Something like that. I won't guarantee a successful code.