so i did this in dialogue handler :


case 250:
sendOption2("yes", "No");
c.dialogueAction = 250;
c.dialogueId = 92;
break;

then i put it where i want to like this:

c.getDH().sendDialogues(250, 1);


i also tried, c.getDH().sendOption5("yes", "no");

didnt work...