{\rtf1\ansi\ansicpg1252\cocoartf949\cocoasubrtf540
{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
{\colortbl;\red255\green255\blue255;}
\margl1440\margr1440\vieww25100\viewh13900\viewkind0
\pard\tx720\tx1440\tx2160\tx2880\tx3600\tx4320\tx5040\tx5760\tx6480\tx7200\tx7920\tx8640\ql\qnatural\pardirnatural

\f0\fs24 \cf0 <asl version="560">\
  <include ref="English.aslx" />\
  <include ref="Core.aslx" />\
  <game name="testing game stuff">\
    <gameid>b073bbfb-0e99-45d3-9786-bb395a6bc6b0</gameid>\
    <version>1.0</version>\
    <firstpublished>2015</firstpublished>\
    <start type="script">\
      msg ("Click on the 'hamburger' Object, then click on the 'eat' Verb, and watch it change in the 'status' box.")\
    </start>\
  </game>\
  <object name="room">\
    <inherit name="editor_room" />\
    <object name="player">\
      <inherit name="editor_object" />\
      <inherit name="editor_player" />\
      <attr name="weight" type="int">100</attr>\
      <attr name="statusattributes" type="simplestringdictionary">weight = Weight: !</attr>\
      <object name="hamburger">\
        <inherit name="editor_object" />\
        <eat type="script">\
          player.weight = player.weight + 50\
          msg ("You eat the hamburger, gaining +50 lbs.")\
        </eat>\
      </object>\
    </object>\
  </object>\
</asl>}