ID:179744
 
I'm looking this one up, but thought I'd post here to see if someone can answer what should be a simple question.
I'm making some object which I wish to appear above the player, or like the player is walking behind them. How to I an icon overlay the character?

LJR
Ok I found it, just posting here to help anyone with the same question.

layer = MOB_LAYER+1

This is for things like archways or building tops which need to be drawn over the mobs as tjey pass underneath.

LJR
In response to LordJR
Use MOB_LAYER+0.1. If you have any actuall bridges or arches then the overlay will appear between the arch and the character. If you use MOB_LAYER+1 then you image may float above the bridge while your mob walks beneath it.