Im using the web version, is it still possible to get the aslx file somehow?
Edit: nvm found it I'll only post the section relevant to the container in question
<object name="Lockers">
<inherit name="editor_object" />
<inherit name="container_closed" />
<look>blah blah</look>
<takemsg>They are firmly bolted to the floor</takemsg>
<feature_container />
<listchildren />
<usedefaultprefix type="boolean">false</usedefaultprefix>
<prefix>some</prefix>
<open />
<listchildrenprefix>Inside the locker you find</listchildrenprefix>
<openmsg>The locking mechanism beeps as you open the locker</openmsg>
<closemsg>The locking mechanism beeps as you close the locker</closemsg>
<drop type="boolean">false</drop>
<hidechildren />
<isopen type="boolean">false</isopen>
<openscript type="script">
</openscript>
<onopen type="script">
</onopen>
<object name=stuff">
<inherit name="editor_object" />
<take />
<takemsg>blah blah</takemsg>
<drop type="boolean">false</drop>
<ontake type="script">
UnlockExit (a door)
UnlockExit (another door)
</ontake>
</object>