Attack(var/mob/M in get_step(src, src.dir))
Is it possible to make it so the attack command will grab any object and mob (whichever is first) infront of the mob with JUST the Attack parameters? I know its possible to make a list when attack is used that only has obj/mobs infront of the mob when used, but I was wondering if it was possible to do from just the parameter.
Are you asking how to make it so the attack var attacks everything that is within a 1 tile radius of the user?