ID:266790
Jun 30 2002, 12:05 pm
|
|
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?
|
Copyright © 2025 BYOND Software.
All rights reserved.
proc/mv()
for(mob/pc/M in oview(5))
step_to(M)