ID:176808
 
How can i scroll through all the types of objects in my world like...
obj
messagemac
verb
check4messages(var/obj/messages in world)

the above doesnt work well... i can exacly figure out what goes wrong.. any suggestions??
-SpoOn
for(var/obj/messages/M in world)
M.whatever()