ID:175490
 
I was wondering how I could create an overlay one square up from a character. Could somone please tell me how I could do this. Thankyou for any help.
var/obj/overlay/O = new()
O.pixel_y = 32
overlays += O