turf
land1
icon = 'icons/land1.dmi'
lava
icon_state = "L1_Lava"
Entered()
usr << "You fell in lava"
Problem description:
when the usr walks on the lava turf, i would like some kind of confirmation. the Entered() proc does not work because i have read that it only enters that proc from a move. how can i get this confirmation. what i would like to do is take away some hit points from the usr when the usr walks on the java turf. keep in mind that i am still new in learning dm.