ID:157138
 
as an example:
say I have a obj called "landmine", what proc would I use and what would the arguments be if I wanted it so that if a mob stands on it, It explodes.
just ask if anyone needs me to clarify
You can use turf/Entered() to tell when a player has moved onto a new turf. You could check to see if there were any landmines there.