Ok, I need help with a slight problem.
mob/player
human
red
icon = 'red.dmi'
density = 1
Bump(obj/ball/M)
M.loc=locate(M.x+1,M.y,M.z)
at the bolded part, is my problem. I need it so than instead of it going in one direction whenever I bump it, it will go in the direction I bumped it from. Anyone knows how to do this?
~ Jermman
ID:176149
Feb 12 2003, 7:27 pm
|
|
Try:
Lummox JR