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

From Divinity Engine Wiki
Jump to: navigation, search
m
m
Line 2: Line 2:
 
* '''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 the user flag '''_Event''' on a [[Osiris/API/CharacterGetReservedUserID|user]]'s characters when a player character or summon controlled by that user kills '''_NPC''', or was hostile and in combat with '''_NPC''' when they died.
 
===== Notes =====
 
===== Notes =====
 
* /
 
* /

Revision as of 21:11, 20 January 2018

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

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

Notes
  • /
See Also