Osiris/Shared/ProcRemoveNPCADs: Difference between revisions

From Divinity Engine Wiki
Jump to navigation Jump to search
(Document ProcRemoveNPCADs)
 
mNo edit summary
 
Line 14: Line 14:
* Helper [[Osiris/Shared/ProcRemoveAllDialogEntriesForSpeaker|ProcRemoveAllDialogEntriesForSpeaker]]
* Helper [[Osiris/Shared/ProcRemoveAllDialogEntriesForSpeaker|ProcRemoveAllDialogEntriesForSpeaker]]
   
   
[[Category:Osiris Shared Mod Helpers]]
[[Category:Osiris Shared Mod Helpers|RemoveNPCADs]]

Latest revision as of 15:02, 19 December 2017

Full Definition(s)
  • PROC ProcRemoveNPCADs((GUIDSTRING)_NPC)
Description

This routine clears all dialogs that were defined for _NPC through the DB_AD_Dialog database.

Return Values
  • /
Notes
  • Simply undefining a DB_AD_Dialog() fact will not do anything.
  • Calling this routine will not remove the ability of the player to click on the character to request starting a dialog. Disabling that can be done through SetHasDialog
  • This routine will not remove any DB_Dialogs entries; call ProcRemoveAllDialogEntriesForSpeaker instead to remove those.
See Also