Osiris/API/EndTurn

From Divinity Engine Wiki
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