how to make the player be above all mobs, such as ghost that can share the same square. how to make the ghost display behind the player or any mob behind the main player? background layer is not working for me. i am using isometric view
i really don't need to teleport the ghost. i only need the ghost to walk behind the player. i would like the player to display above all mobs and objs
|
Have you tried changing the layer of the ghost to MOB_LAYER-1?
I think that's what you're looking for. |
Try
Obj/Ghost and when you want to add it to the player src.overlays+=/obj/Ghost Make sure you lr adding it to the player in the right spot |
ofcourse This is just and example i cane up with quickly fro my Iphone but it's for you to get the point of it