ID:265012
 
Code:
slashover
icon='Effects2.dmi'
icon_state="slice"
layer = MOB_LAYER + 3
New()
spawn(5)
sleep(2)
del src


Problem description:

is there a more proficient way to do a over slash when i attack an enemy other that this ( is this even a proper way to do it?
Why are you spawning and then sleeping, if you want it to last 7 ticks, just use spawn(7)? And you should look up the overlays variable in the reference for a better way of handling this.