ID:266790
 
I have an attack proc that works for the pc's, but how in the world do i make the monsters move towards the pc's and attack them?
mob/monster
proc/mv()
for(mob/pc/M in oview(5))
step_to(M)