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"
ID:273775
Apr 3 2011, 1:27 pm (Edited on Apr 3 2011, 2:40 pm)
|
|
#1 Apr 3 2011, 2:40 pm
|
|
Nevermind, i got it
| |