for(var/mob/m2 as mob in m.view(1))
//m is target MOB.
Here's the error:
114:error:m.view:undefined proc
Apperently I can't use view() like that. Is there a way to get the info?
There is probably some simple simlpe answer to this, but I'm still learning.