This article's documentation is for the "GoldSrc" engine. Click here for more information.

trigger_changelevel

From Valve Developer Community
Jump to: navigation, search

trigger_changelevel is a brush entity available in all GoldSrc GoldSrc games. This entity causes a level transition, where a new map is loaded and the player is placed in it.

Key Values

Name (targetname) <string>
Name of the brush.
New map name (map) <string>
The name of the new map to load.
Landmark name (landmark) <string>
The name of the info_landmark that defines the same point in space in both maps.
Change Target (changetarget) <targetname>
The entity name to be triggered in the next map.
Delay before change target (changedelay) <string>

Flags

  •  [1] : No Intermission
  •  [2] : USE Only