Difference between revisions of "Osiris/API/CharacterTeleportPartiesToTrigger"

From Divinity Engine Wiki
Jump to: navigation, search
(Created page with "===== Full Definition(s) ===== * call '''CharacterTeleportPartiesToTrigger'''(''(TRIGGERGUID)'''''_Trigger''', ''(STRING)'''''_Event''') ===== Description ===== Teleports all...")
(No difference)

Revision as of 00:48, 26 June 2018

Full Definition(s)
  • call CharacterTeleportPartiesToTrigger((TRIGGERGUID)_Trigger, (STRING)_Event)
Description

Teleports all player characters to _Trigger.

Notes
  • _Trigger must be global if you want to teleport between levels.
  • Use TeleportTo if you want to teleport individual characters.
See Also