ID:177261
 
Hmmm...got me stumped on this one. Alright, I want an obj (wall) to be dense to CLIENT and NPC (monster). Easy...right? I can do that. But I need another obj (let's say "coin") to be dense for clients (for BUMP proc to pick it up) but not dense for monsters. I knew how to do this before...but haven't used it in...well...a few months. Any ideas?

::DBHavenMaster::
Use the Enter() proc.


Also, this should be in code problems...
In response to Sariat
I don't see any code, so how can there be a problem with it, Sariat?

In the Enter() proc, return 1 allows movement, return 0 disallows it, and calls Bump(). It'd probably just be easier to use Entered() to pick up the coin for clients. Remember, use Enter(atom/O) and use O, never, EVER use usr in the Enter() or Entered() procs.