Functions Documentation
View Function Edit Function
Name scrExitDock
Syntax (scrExitDock screen)
Argument List screen: The screen you want to exit after this code.
Returns condition: True if successful.
Category screen, deprecated
Description Returns the player to normal fight after this function is done.
Example
(scrExitDock gScreen)


Exits the current screen and returns to normal flight.
Comment DEPRECATED in 1.04: Use scrExitScreen instead.
Basic screen function that allows you to say when you are done with the screen and want to go back to the normal game.
From George: it makes the player go to normal flight, but functions after (scrExitDock) are still executed (although I have not tried it out).