ID:158967
 
So the problem is: even though density is set to one on objects, i can walk "on" or "trough" them. how so?

i dont know why this happens, and i cant find anything in my coding that could suggest that there should be anything wrong, but then again i do not know what can cause this problem.

anyone got an idea?
Zeppo wrote:
So the problem is: even though density is set to one on objects, i can walk "on" or "trough" them. how so?

i dont know why this happens, and i cant find anything in my coding that could suggest that there should be anything wrong, but then again i do not know what can cause this problem.

anyone got an idea?

Most likely reason is that you yourself are not dense. Dense objects only block other dense objects.

Make a sanity check verb to output your density and check. If it comes up 0, you have your problem.
In response to CriticalBotch
my own density is also 1, still doesnt work
In response to Zeppo
Did you overwrite Enter() anywhere? or Bump() ?
In response to Mysame
apperantly i did override Enter(), twice in fact. thanks alot! problem solved.