ID:168002
 
i trying to make a code that effects every one in the range of a item
Be more specific...?

obj/New()
checkproc()

obj/proc/checkproc()
for(var/mob/M in oview(src))
//Whatever you want

sleep(50)
checkproc()