ID:2157902
 
(See the best response by Ter13.)
Code:help me plz


Problem description:

http://prntscr.com/crwvx2

Best response
There's more going on there than inconsistent indentation.

You are declaring a verb as a var.

What you probably meant to write was:

mob
verb
Attack()
for(var/mob/enemy/e in get_step(src,dir))
del e
return
THX