TQS Home
Trivia Quiz Shell Version 2.8 Now Available!Bot Productions Home
TQS 2.0

Back to Reference

LOCATIONS Element

Contains the application's location definitions.

Syntax
<LOCATIONS
  START="start">
  ...
</LOCATIONS>
Attributes
START
The location that should be loaded when the TQS application is started.
Placement

The LOCATIONS element must be a child of the TQS element.

Children

The following child element is supported:

Remarks

All LOC elements must be specified within the LOCATIONS element, either directly or as sublocations of other LOC elements.

Example

<LOCATIONS START="1,2">
  ...
  <LOC ID="1" TYPE="NULL">
    <LOC ID="2" TYPE="MENU">
      <HEADING>Starting Location</HEADING>
      ...
    </LOC>
  </LOC>
    ...
</LOCATIONS>

©2020 Bot Productions. All rights reserved.Last Updated: June 14, 2001