Hiya!
I was wondering, is there anyway to make a moving object, have a density of 0, but still Bump into mobs? Or for it to have a Density of 1, but have it NOT Bump into turfs like Water (which also have density 1)?
~GokuSS4Neo~
ID:174329
Aug 28 2003, 6:06 am
|
|
Aug 28 2003, 7:42 am
|
|
Well, you would have to do a lot of proc overriding. You may have to make your own entire system for movement. For something to Bump() into something else, under the normal BYOND system, both things need to have a density of 1.
|
In response to Jon88
|
|
I found another way of doing it saving a lot of effort, but I want someone else's opinion on it. I simply put :
obj Now it comes up with errors if it hits turfs like : cloudtwo But I don't have many of them so it's okay! ~GokuSS4Neo~ |