Djinni Wiki
Advertisement

function BeginConversation (string sResRef="", object oObjectToDialog=OBJECT_INVALID, object oAlternativeDialogTarget=OBJECT_INVALID)

Use this in an OnDialog script to start up the dialog tree.

  • sResRef: if this is not specified, the default dialog file will be used
  • oObjectToDialog: if this is not specified the person that triggered the event will be used
  • Return type: int
  • Include file: nwscriptdefn
Advertisement