Osiris/API/CharacterTeleportPartiesToTrigger

From Divinity Engine Wiki
Jump to: navigation, search
Full Definition(s)
  • call CharacterTeleportPartiesToTrigger((TRIGGERGUID)_Trigger, (STRING)_Event)
Description

Teleports all player characters to _Trigger. Whenever a player character arrives at its destination, a story event _Event will be thrown for them.

This call can be used to move all players to a new level.

Notes
  • _Trigger must be global if it is located in a different level.
  • Use TeleportTo if you want to teleport individual characters.
See Also