ID:141390
 
Code:
obj
Byakurai
Click()
usr.Byakurai()
MouseDrop(obj/Slot_One/A)
if(istype(A,/obj/Slot_One))
new/obj/Byakurai(A)
usr<<"test"


Problem description:
How do i make the object go over the hud on the screen? so that the byakurai is on top of the slot one object which is a hud?
Agrey123 wrote:
How do i make the object go over the hud on the screen? so that the byakurai is on top of the slot one object which is a hud?

Look up screen_loc, client.screen, and layer?