Advertisement
Guest User

Alexandria

a guest
May 13th, 2014
177
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.75 KB | None | 0 0
  1. if (select("Yes~ Let's start now.:No, I'll be back later.") == 1) {
  2. if(checkquest(4000) == -1) {
  3. setquest 4000;
  4. }
  5. mes "[Hunter Sherin]";
  6. mes "Listen carefully to the scenarios I describe. When I ask a question, you choose an answer. Pretty simple, don't you think?";
  7. next;
  8. mes "[Hunter Sherin]";
  9. mes "I just want to know how you think about life, and why you want to become a Hunter, so there's no need to be nervous.";
  10. next;
  11. }
  12. else {
  13. mes "[Hunter Sherin]";
  14. mes "Okay...";
  15. mes "Come back";
  16. mes "when you're ready~";
  17. close;
  18. }
  19. break;
  20. case 2:
  21. set .@selection,2;
  22. break;
  23. case 3:
  24. set .@selection,3;
  25. break;
  26. }
  27. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement