Functions Documentation
View Function Edit Function
Name scrShowScreen
Syntax (scrShowScreen screen string [string])
Argument List screen: The current screen.
string: The name of the screen you want to navigate to.
[string]: which pane to display from the screen.
Returns condition: True is successful.
Category screen
Description Navigates to the named screen.
Example
(scrShowScreen gScreen "Introduction")
Navigates to the screen named Introduction.
(scrShowScreen gScreen &dsRPGLoot;)


Is another example.
Comment Basic screen function allowing you to go between screens.