Difference between revisions of "Go To Level Action"

From Halfway
Jump to: navigation, search
(Created page with "== How it works == == Settings == ==Known Issue ==")
 
 
Line 1: Line 1:
 
== How it works ==
 
== How it works ==
 +
 +
This action loads a level you can define in the settings of this action. This can be used to load levels besides the offical progress.json, like secret rooms etc.
 +
One other great use here: If you want to split up a mission into two sublevels that are loaded after each other this is the way to go. We used it for example in the mission 5b/5b2 and in 5c/5c2.
 +
 +
For normal Level changes use this trigger instead: [[Finish Level]]
  
 
== Settings ==
 
== Settings ==
 +
 +
# Level File: Choose the level file that should be loaded by this action.
  
 
==Known Issue ==
 
==Known Issue ==
 +
 +
*Note that the game will crash if the level you load with this action is renamed or removed.

Latest revision as of 16:20, 16 September 2014

How it works

This action loads a level you can define in the settings of this action. This can be used to load levels besides the offical progress.json, like secret rooms etc. One other great use here: If you want to split up a mission into two sublevels that are loaded after each other this is the way to go. We used it for example in the mission 5b/5b2 and in 5c/5c2.

For normal Level changes use this trigger instead: Finish Level

Settings

  1. Level File: Choose the level file that should be loaded by this action.

Known Issue

  • Note that the game will crash if the level you load with this action is renamed or removed.