Osiris/API/EndTurn: Difference between revisions
Jump to navigation
Jump to search
(Created page with "===== Full Definition(s) ===== * call '''EndTurn'''(''(GUIDSTRING)'''''_Target''') ===== Description ===== Immediately ends the turn of '''_Target'''. ===== See Also ===== * [...") |
No edit summary |
||
Line 3: | Line 3: | ||
===== Description ===== | ===== Description ===== | ||
Immediately ends the turn of '''_Target'''. | 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 ===== | ===== See Also ===== | ||
* [[Osiris/API/CombatStarted|CombatStarted]] | * [[Osiris/API/CombatStarted|CombatStarted]] |
Latest revision as of 19:14, 5 July 2018
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.