Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <asl version="550">
- <include ref="GamebookCore.aslx" />
- <game name="In Deep Space">
- <gameid>51292bb3-fad3-42c9-b148-df3cbabe87fa</gameid>
- <version>1.0</version>
- <firstpublished>2016</firstpublished>
- </game>
- <object name="Page1">
- <inherit name="script" />
- <description><![CDATA[You blast off earth in the first self dependant space ship.<br/><br/>Hull:{player.hull }<br/>Food:{player.food}<br/>Fuel:{player.fuel}]]></description>
- <options type="stringdictionary">
- <item>
- <key>Page2</key>
- <value>This link goes to page 2</value>
- </item>
- <item>
- <key>Page3</key>
- <value>And this link goes to page 3</value>
- </item>
- </options>
- <script type="script">
- if (HasSeenPage(Page1)) {
- }
- else {
- Start
- }
- msg ("You blast off earth in your self dependant space ship, never to fully return.")
- msg ("")
- msg ("Hull: "+Hull)
- </script>
- <object name="player">
- <inherit name="defaultplayer" />
- </object>
- </object>
- <object name="Page2">
- <description>This is page 2. Type a description here, and then create links to other pages below.</description>
- </object>
- <object name="Page3">
- <description>This is page 3. Type a description here, and then create links to other pages below.</description>
- </object>
- <function name="Start">
- Hull = 10
- Food = 20
- Fuel = 10
- Crew = 5
- </function>
- </asl>
Advertisement
Add Comment
Please, Sign In to add comment