Osiris/API/CharacterFreeze

From Divinity Engine Wiki
Jump to: navigation, search
Full Definition(s)
  • call CharacterFreeze((CHARACTERGUID)_Character)
Description

Makes the character Story-frozen. Story-frozen characters cannot move or perform in-game actions and skip turns in combat. They also do not play animations.

Notes
  • Since this blocks both scripted and player-initiated behaviour, use sparingly and always remember to unfreeze characters for all outcomes of the situations.
  • This is unrelated to the gameplay FROZEN status
See Also