Osiris/API/EndTurn

From Divinity Engine Wiki
Revision as of 21:14, 5 July 2018 by DerCapac (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
Full Definition(s)
  • call EndTurn((GUIDSTRING)_Target)
Description

Immediately ends the turn of _Target.

Notes
  • If you want to skip the next turn of a certain item (or character), add it to the DB_CharacterSkipTurn database. You can add the item directly to the database or set the flag GEN_EndTurn on the item.
See Also