Command Links in the Location/Status Bar

K.V.
<!--Saved by Quest 5.7.6404.15496-->
<asl version="550">
  <include ref="English.aslx" />
  <include ref="Core.aslx" />
  <game name="Command Links in the Location Bar">
    <gameid>d9ec6c6d-7ea8-4286-9c8f-daae5ebb5f4b</gameid>
    <version>1.0</version>
    <firstpublished>2013</firstpublished>
    <feature_advancedscripts />
    <start type="script">
    </start>
    <roomenter type="script"><![CDATA[
      request (UpdateLocation, ""+ GetDisplayName(game.pov.parent) + " | <a onclick=\"ASLEvent('HandleButtonClick', 'look');\" style=\";cursor:pointer;\">LOOK</a> | <a onclick=\"ASLEvent('HandleButtonClick', 'wait');\" style=\";cursor:pointer;\">WAIT</a>")
    ]]></roomenter>
  </game>
  <object name="room">
    <inherit name="editor_room" />
    <description>This is only an example game.</description>
    <object name="player">
      <inherit name="editor_object" />
      <inherit name="editor_player" />
    </object>
  </object>
  <function name="HandleButtonClick" parameters="s"><![CDATA[
    msg ("")
    msg (">" + s)
    msg ("")
    HandleSingleCommand (s)
  ]]></function>
</asl>

http://textadventures.co.uk/games/view/kdvlpxc_iegdgsk6nrj3fw/command-links-in-the-location-bar


This topic is now closed. Topics are closed after 60 days of inactivity.

Support

Forums