Skip to content

LevelChanger

Vicious Squid edited this page Apr 23, 2026 · 16 revisions
image LevelChanger

Transitions the player to a new map when activated


Can be activated via a trigger or the I/O system

For examples see maps/Office_Corridor.json and maps/Simple_Map_Test_Extended.json


  • All fields are optional except Target Map

  • Delay - wait (in seconds) before changing map

  • Fade Time - fade-out time before changing map

  • Radius - unused

  • Show Radius - unused

  • Target Map - filename of the map to load (Example: simple_map_test) -- no extension


Inputs:

  • Trigger: Trigger the level change
  • ChangeLevel: Change to the target map [string]

Outputs:

  • OnLevelChanged: Fired when the level changes

Clone this wiki locally