In response to Crashed
I did everything you said and it still did nothing when I bumped into the door. Nevermind. I'll just use Click(). That works fine.
In response to KirbyRules
Okay, like I said before, you're doing something wrong.
atom/proc/Bumped()
atom/proc/Bump(atom/A)
..()
A.Bumped(src)


mob
Bumped(atom/A)
src<<"Oww! [A] bumped into you."
Bump(atom/A)
src<<"Hehe! You bumped into [A]"
..()

I just tested that and it works fine. A possible reason why it won't work for you is because you're not calling the default call (..()), add that in to the bumps and it shall work.
In response to Crashed
I put the "..()" thing in there at the top and it still didn't work! I'm just gonna use Click(). There's no more need for this topic.
Page: 1 2