Load a new map to the active screen buffer.
When executed, the LoadMap tag will replace the current screen buffer contents with the contents of the Map tag named in the LoadMap.
Attributes:
Attribute |
Default / Required |
Description |
name |
"default" |
Name of the map to load--must be in the current screen definition |
LoadMap has no children.
Example:
<Script event="onload">
<LoadMap name="initial"/>
<SendScreen clear="yes" unlock="yes"/>
<ReceiveInput/>
</Script>