Difference between revisions of "LevelExit WorldScript"

From Serious Sam's Bogus Detour
Jump to: navigation, search
(Created page with "{{WorldscriptIcon|rgb(32, 255, 32)|192|288}} This is a worldscript. This script can be executed by other scripts. This script can be enabled or disabled. == Properties == *...")
 
Line 1: Line 1:
 
{{WorldscriptIcon|rgb(32, 255, 32)|192|288}}
 
{{WorldscriptIcon|rgb(32, 255, 32)|192|288}}
  
This is a worldscript. This script can be executed by other scripts. This script can be enabled or disabled.
+
Ends the level and gets the player ready for the next level. This script can be executed by other scripts. This script can be enabled or disabled.
  
 
== Properties ==
 
== Properties ==

Revision as of 11:49, 26 July 2017

Ends the level and gets the player ready for the next level. This script can be executed by other scripts. This script can be enabled or disabled.

Properties

  • String Level, default: "levels/.lvl"
  • String StartID
  • String Background, default: "gui/concepts/empty.gui"