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/a03c4ef2e1cc3cc04d53 to your computer and use it in GitHub Desktop.
Save alexwarren/a03c4ef2e1cc3cc04d53 to your computer and use it in GitHub Desktop.
CodePlex Issue #715 Plain Text Attachments
<!--Saved by Quest Editor v5.0-->
<asl version="500">
<include ref="English.aslx" />
<include ref="Core.aslx" />
<game name="beta 2">
<start type="script">
msg ("This is my game description at the beginning of the game. ")
msg ("This is the second sentence of my game description at the beginning of the game in a new print message. There are no returns in either print message script.")
msg ("The first two sentences above worked fine during runtime with no html breaks. I'm now creating a sentence with a return. There is now a return here.")
</start>
</game>
<object name="Start Room">
<inherit name="editor_room" />
<start />
<description><![CDATA[I have put a ton of returns (hit return lots of times) in the game description, but no returns appeared.
<br/><br/>&nbsp;
<br/><br/>Now I have put some returns in my room description.&nbsp; We'll see what happens.
<br/><br/>&nbsp;
<br/><br/>&nbsp; ]]></description>
</object>
</asl>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment