ShowLevel

Summary

This script will show or hide a level in the Virtual Environment.

Parameters

Target

Type: Text Default: None

The name of the level you wish to show or hide.

SelectAs

Type: Text Default: Solo

This parameter specifies the way in which the target level will be shown.

ParameterMeaning
SoloShow the level as the only level visible
ToggleTurn a single level on or off
AllShow all of the levels
NoneHide all of the levels

See Also

Examples

<showlevel Target="Level 2" />
The above code will show only the level named Level 2.
<showlevel Target="Level 6" SelectAs="Toggle" />
The above code will turn the level named Level 6 on or off based on its current state.
<showlevel SelectAs="None" />
The above code will turn off all of the levels.
<showlevel SelectAs="All" />
The above code will turn on all of the levels.