ID:273775
 
How do i make a verb that checks the usr's oview(10) if there is 4 /obj/thing then it says to the usr<<"Working"

like
for(var/obj/thing/T in oview(10))
if(T>4) <--something like that
usr<<"working"
Nevermind, i got it