Difference between revisions of "Osiris/API/CharacterFreeze"
From Divinity Engine Wiki
(Created page with "===== Full Definition(s) ===== * call '''CharacterFreeze'''(''(CHARACTERGUID)'''''_Character''') ===== Description ===== Makes the character Story-frozen. Story-frozen charact...") |
m |
||
Line 5: | Line 5: | ||
===== Notes ===== | ===== Notes ===== | ||
* Since this blocks both scripted and player-initiated behaviour, use sparingly and always remember to [[Osiris/API/CharacterUnFreeze|unfreeze]] characters for all outcomes of the situations. | * Since this blocks both scripted and player-initiated behaviour, use sparingly and always remember to [[Osiris/API/CharacterUnFreeze|unfreeze]] characters for all outcomes of the situations. | ||
+ | * This is unrelated to the gameplay FROZEN status | ||
===== See Also ===== | ===== See Also ===== | ||
* [[Osiris/API/CharacterUnFreeze|CharacterUnFreeze]] | * [[Osiris/API/CharacterUnFreeze|CharacterUnFreeze]] | ||
[[Category:Osiris Calls|CharacterFreeze]] | [[Category:Osiris Calls|CharacterFreeze]] |
Latest revision as of 15:39, 7 June 2019
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