Advertisement
Tyluur

Untitled

Dec 25th, 2011
41
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. case 11:
  2. sendNpcChat4("Hello!", "My name is Duradel and I am a master of the slayer skill.", "I can assign you a slayer task suitable to your combat level.",
  3. "Would you like a slayer task?", c.talkingNpc, "Duradel");
  4. c.nextChat = 12;
  5. break;
  6. case 12:
  7. sendOption2("Yes I would like a slayer task.", "No I would not like a slayer task.");
  8. c.dialogueAction = 5;
  9. break
  10.  
  11. ;
  12. case 9157 in cb
  13.  
  14. else if (c.dialogueAction == 5) {
  15. c.getSlayer().giveTask();
  16. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement