Skip to content

Instantly share code, notes, and snippets.

@alexwarren
Created July 6, 2014 10:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alexwarren/a66d15c83ba6bf2d0c11 to your computer and use it in GitHub Desktop.
Save alexwarren/a66d15c83ba6bf2d0c11 to your computer and use it in GitHub Desktop.
CodePlex Issue #721 Plain Text Attachments
<!--Saved by Quest Editor v5.0-->
<asl version="500">
<include ref="English.aslx" />
<include ref="Core.aslx" />
<dynamictemplate name="MyDynamicTemplate">My Dynamic Template Text goes here. I've no idea what a dynamic template is, but I hope to find out soon.</dynamictemplate>
<game name="The Mysterious Castle">
<start type="script">
msg ("You awaken from a deep sleep to find yourself rested and wonderfully at peace.")
msg ("Not quite sure how you got where you are, you conclude that you're in a courtyard of sorts surrounded by high walls.")
</start>
</game>
<object name="Mysterious Courtyard">
<inherit name="editor_room" />
<alias>mysterious courtyard</alias>
<prefix>a</prefix>
<start />
<description><![CDATA[&nbsp;Room description goes here.]]></description>
<object name="fountain">
<inherit name="editor_object" />
<inherit name="container_open" />
<prefix>a</prefix>
<look>The white marble fountain dominates the center of the courtyard.</look>
<hidechildren />
<close type="boolean">false</close>
<isopen />
<open type="boolean">false</open>
<transparent type="boolean">false</transparent>
<listchildren />
<drop type="boolean">false</drop>
<object name="water">
<inherit name="editor_object" />
<prefix>some</prefix>
<scenery type="boolean">false</scenery>
<look>The water isn't very interesting.</look>
<drop type="boolean">false</drop>
<container />
<hidechildren />
<listchildren />
<isopen />
<object name="coin">
<inherit name="editor_object" />
<take />
<look>The coin has no rust despite having spent a long time in water.</look>
</object>
</object>
</object>
<object name="hat">
<inherit name="gear_layer_1" />
<inherit name="editor_object" />
<take />
</object>
</object>
<object name="body">
<inherit name="container_open" />
<inherit name="editor_object" />
<prefix>your</prefix>
<maxobjects type="int">0</maxobjects>
<close type="boolean">false</close>
<open type="boolean">false</open>
<hidechildren />
<listchildren />
<listchildrenprefix>Your body at the moment consists of:</listchildrenprefix>
<startinventory />
<drop type="boolean">false</drop>
<object name="head">
<inherit name="container_limited" />
<inherit name="editor_object" />
<drop type="boolean">false</drop>
<object name="ears">
<inherit name="container_limited" />
<inherit name="editor_object" />
<object name="right ear">
<inherit name="surface" />
<inherit name="editor_object" />
<drop type="boolean">false</drop>
</object>
<object name="left ear">
<inherit name="surface" />
<inherit name="editor_object" />
<drop type="boolean">false</drop>
</object>
</object>
<object name="eyes">
<inherit name="container_limited" />
<inherit name="editor_object" />
<object name="left eye">
<inherit name="editor_object" />
</object>
<object name="right eye">
<inherit name="editor_object" />
</object>
</object>
</object>
<object name="neck">
<inherit name="container_limited" />
<inherit name="editor_object" />
<drop type="boolean">false</drop>
</object>
<object name="torso">
<inherit name="surface" />
<inherit name="editor_object" />
<drop type="boolean">false</drop>
<object name="arms">
<inherit name="container_limited" />
<inherit name="editor_object" />
<object name="right arm">
<inherit name="surface" />
<inherit name="editor_object" />
<drop type="boolean">false</drop>
<object name="right hand">
<inherit name="surface" />
<inherit name="editor_object" />
<drop type="boolean">false</drop>
</object>
</object>
<object name="left arm">
<inherit name="surface" />
<inherit name="editor_object" />
<drop type="boolean">false</drop>
<object name="left hand">
<inherit name="surface" />
<inherit name="editor_object" />
<useon type="scriptdictionary" />
<drop type="boolean">false</drop>
</object>
</object>
</object>
</object>
<object name="waist">
<inherit name="surface" />
<inherit name="editor_object" />
<drop type="boolean">false</drop>
<object name="legs">
<inherit name="container_limited" />
<inherit name="editor_object" />
<object name="left leg">
<inherit name="surface" />
<inherit name="editor_object" />
<drop type="boolean">false</drop>
<object name="left foot">
<inherit name="surface" />
<inherit name="editor_object" />
<drop type="boolean">false</drop>
</object>
</object>
<object name="right leg">
<inherit name="surface" />
<inherit name="editor_object" />
<drop type="boolean">false</drop>
<object name="right foot">
<inherit name="surface" />
<inherit name="editor_object" />
<drop type="boolean">false</drop>
</object>
</object>
</object>
</object>
</object>
<type name="clothing" />
<type name="clothing head">
<inherit name="clothing" />
</type>
<type name="clothing torso">
<inherit name="clothing" />
</type>
<type name="clothing waist" />
</asl>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment