Osiris/Shared/DB NoLowAttitudeDialog: Difference between revisions

From Divinity Engine Wiki
Jump to navigation Jump to search
(Documented DB_NoLowAttitudeDialog)
 
mNo edit summary
 
(One intermediate revision by the same user not shown)
Line 4: Line 4:
Normally, if the attitude of an NPC drops to -45 or lower, they will not wish to talk to you when clicking on them unless you bribe them first. By defining this database for '''_Npc''', they will never ask for a bribe before allowing you to talk to them.
Normally, if the attitude of an NPC drops to -45 or lower, they will not wish to talk to you when clicking on them unless you bribe them first. By defining this database for '''_Npc''', they will never ask for a bribe before allowing you to talk to them.
===== Notes =====
===== Notes =====
* This only applies to dialogs started via [[Osiris/API/DialogStartRequested|DialogStartRequested]], which is primarily dialogs started by clicking on a character.
* This only applies to dialogs started via [[Osiris/API/DialogStartRequested|DialogStartRequested]], which are primarily dialogs started by clicking on a character.
===== See Also =====
===== See Also =====
* [[Osiris/API/DialogStartRequested|DialogStartRequested]]
* [[Osiris/API/DialogStartRequested|DialogStartRequested]]
   
   
[[Category:Osiris Shared Mod Helpers]]
[[Category:Osiris Shared Mod Helpers|NoLowAttitudeDialog]]

Latest revision as of 14:52, 19 December 2017

Full Definition(s)
  • DB_NoLowAttitudeDialog((CHARACTERGUID)_Npc)
Description

Normally, if the attitude of an NPC drops to -45 or lower, they will not wish to talk to you when clicking on them unless you bribe them first. By defining this database for _Npc, they will never ask for a bribe before allowing you to talk to them.

Notes
  • This only applies to dialogs started via DialogStartRequested, which are primarily dialogs started by clicking on a character.
See Also