ID:178759
 
i need to know how to make something(lets say a tree) and make it so the usr, mob, PC whatever you call it can walk under it but not on top of it so it gives a 3d effect to the trees
You can give the tree a higher drawing layer than the mob by setting the tree's layer var (or vice versa).

http://www.byond.com/docs/ref/info.html#/atom/var/layer
look up layer in the reference. The layer you need is MOB_LAYER + 1.

-Rcet