
This is a chat API command I made that finds objects by "class", then moves them to the objects layer:
https://gist.github.com/rlittlefield/5493842?1=5
Usage: !reveal foo bar
or: !alter foo bar > {rotation:24.1,aura1_radius:5, aura1_color:"#44FF00"}
Will find every object on the player page, and move it to the objects layer if the name of the object has a class in it. It would be super helpful if we could tag objects with some kind of metadata for the API (like class), which would make this sort of script even more trivial, and could make things much faster. Once the "state" object is persistent between sessions, it could also be used to track items. It would be nifty to make something like !addclass Name Class, which could then find the object id by name, then add it to a classes variable on the state object.