Note that this is about XML elements in the ASLX file, which is not quite the same as the elements in the game.
The following elements may appear in an ASLX file:
Underneath this, the following may appear:
- include
- template
- dynamictemplate
- verbtemplate
- function
- command
- verb
- type
- game
- object
- exit
- walkthrough
- timer
- turnscript
- implied
- delegate
- javascript
- editor
- tab
- control
- resource
Within a type, object, exit or command tag:
- inherit
- command
- verb
- in an object element only, nested object or exit elements may appear. Their “parent” attribute will be set to the parent object
- any other XML element will set an attribute of that name on the parent object/type/exit/command.
Table of contents
- asl element
- library element
- include element
- template element
- dynamictemplate element
- verbtemplate element
- function element
- command element
- verb element
- type element
- game element
- object element
- exit element
- walkthrough element
- timer element
- turnscript element
- implied element
- delegate element
- javascript element
- editor element
- tab element
- control element
- resource element
- inherit element