ID:178763
 
Is there a way to do what the topic say?
mob/verb
Attack()
var/mob/M = locate() in get_step(usr,dir)
if(M)
//attack

or you can search through all the mobs in that location so you can pick and choose which one you want to attack.