Osiris/Shared/PROC GLOBAL DialogStartRequested AfterGenerics

From Divinity Engine Wiki
Revision as of 15:56, 8 August 2017 by Tinkerer (talk | contribs) (Osiris Helper Mod APIs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
Full Definition(s)
  • PROC PROC_GLOBAL_DialogRequested_AfterGenerics((GUIDSTRING)_Target(GUIDSTRING)_Source)
Description

This routine is called by the Shared mod for every DialogStartRequested

Osiris event. It does this after checking that the characters can hold a
conversation (are not in combat, are not henchmen, ...), after any
checks regarding the generics system (such as low attitude).
Return Values
  • PROC_GLOBAL_DialogStartRequested
Notes
  • /
See Also