Difference between revisions of "Osiris/Shared/DB KilledEvent"

From Divinity Engine Wiki
Jump to: navigation, search
m
(formatting fix)
Line 1: Line 1:
 
===== Full Definition(s) =====
 
===== Full Definition(s) =====
* '''DB_DeadEvent('''''(CHARACTERGUID)'''''_Npc,'''''(STRING)'''''_Event''')
+
* '''DB_DeadEvent'''(''(CHARACTERGUID)'''''_Npc,'''''(STRING)'''''_Event''')
 
===== Description =====
 
===== Description =====
 
Sets user flag '''_Event''' a player (or a player's summon) controlled by that player kills '''_NPC''', or was hostile and in combat with '''_NPC''' when they died.
 
Sets user flag '''_Event''' a player (or a player's summon) controlled by that player kills '''_NPC''', or was hostile and in combat with '''_NPC''' when they died.

Revision as of 22:17, 14 September 2017

Full Definition(s)
  • DB_DeadEvent((CHARACTERGUID)_Npc,(STRING)_Event)
Description

Sets user flag _Event a player (or a player's summon) controlled by that player kills _NPC, or was hostile and in combat with _NPC when they died.

Notes
  • /
See Also