Difference between revisions of "Osiris/Shared/DB NoLowAttitudeDialog"
From Divinity Engine Wiki
(Documented DB_NoLowAttitudeDialog) |
m |
||
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 | + | * 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]] |
Revision as of 21:05, 16 November 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.