Osiris/API/DialogStarted: Difference between revisions
Jump to navigation
Jump to search
(Document DialogStarted) |
(No difference)
|
Revision as of 20:25, 14 September 2017
Full Definition(s)
- event DialogStarted((STRING)_Dialog, (INTEGER)_InstanceID)
Description
Thrown once an interactive dialog has started.
Parameters
- _Dialog: The name of the dialog.
- _InstanceID: Unique identifier for this interactive dialog.
Notes
- Automated dialogs with throw an AutomatedDialogStarted event instead.
- If the attempt to start an interactive dialog fails, a DialogStartRequestFailed event will be thrown instead
See Also
- AutomatedDialogStarted
- DialogEnded
- Helper DB_DialogNPCs
- Helper DB_DialogPlayers