Overlays? in Developer Help
mob/verb/Test1() for(var/image/I in usr.overlays) world<<"Found"mob/verb/Test2() for(var/I in usr.overlays) world<<I:type
"The individual items in the list may not be directly accessed, since they are stored in a special internal format. However, the list operators +=, -=, and the procedures Add, Remove, and Cut work normally. "