Osiris/API/CharacterTeleportPartiesToTriggerWithMovie

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

Teleports all player characters to _Trigger and starts playing the movie _Movie for all of them. 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