=====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.
^Parameter^Meaning^
|Solo|Show the level as the only level visible|
|Toggle|Turn a single level on or off|
|All|Show all of the levels|
|None|Hide all of the levels|
====See Also====
[[show]] [[hide]]
====Examples====
> The above code will show only the level named **Level 2**.
> The above code will turn the level named **Level 6** on or off based on its current state.
> The above code will turn off all of the levels.
> The above code will turn on all of the levels.