var/const
AURA_LAYER = FLOAT_LAYER-1
BODY_LAYER = FLOAT_LAYER-2
obj/overlay
aura
icon = 'auras.dmi'
layer = AURA_LAYER
body
icon = 'playerMob.dmi'
layer = BODY_LAYER
mob/verb
Ten()
overlays += /obj/overlay/aura
Problem description:
Okay. So I've been look on the byond reference site on how to properly do an overlay. I've tested it out and nothing happens when I press the verbs. The way I did it is in the code. Im trying to do it so when I press the activate Ten verb when Im testing the game. An aura layer comes over my guy.Much like in DBZ or HxH if you have watched those. So what am I doing wrong here?