Guest User

Untitled

a guest
Aug 19th, 2018
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. function start() {
  2.     status = -1;
  3.     action(1, 0, 0);
  4. }  
  5. function action(mode, type, selection) {
  6.     if (mode == 1)
  7.         status++;
  8.     else {
  9.         cm.sendOk("#e#kPeace.");
  10.         cm.dispose();
  11.         return;
  12.     }
  13.     if (status == 0) {
  14.     cm.sendSimple("Hello #r#h ##b! would you like to go in a JQ?choose one please, #h #\r\n#L0#The Forest of Patience <Step 1>\r\n #L1#The Forest of Patience <Step 3>\r\n #L2#The Deep Forest of Patience <Step 1>\r\n#L3#Hidden Street - The Deep Forest of Patience <Step 3>\r\n #L4#The Deep Forest of Patience <Step 5>\r\n #L5#The Deep Forest of Patience <Step 7>\r\n #L6#Haunted House - Ghost Chimney\r\n#L7#Adobis's Mission/ -Breath of Lava <Level1>\r\n #L8#Hidden Street- Maplestory Physical Fitness Challenge <Level1>#l");
  15.     }   else if (status  == 1) {
  16.         if (selection == 1)
  17.         cm.warp(101000100);
  18.         cm.dispose();
  19.         } else if (selection == 1) {
  20.         cm.warp(101000102);
  21.         cm.dispose();
  22.         } else if (selection == 2) {
  23.         cm.warp(105040310);
  24.         cm.dispose();
  25.         } else if (selection == 3) {
  26.         cm.warp(105040312);
  27.         cm.dispose();
  28.         } else if (selection == 4) {
  29.         cm.warp(105040314);
  30.         cm.dispose();
  31.         } else if (selection == 5) {
  32.         cm.warp(105040316);
  33.         cm.dispose();
  34.         } else if (selection == 6) {
  35.         cm.warp(682000200);
  36.         cm.dispose();
  37.         } else if (selection == 7) {
  38.         cm.warp(280020000);
  39.         cm.dispose();
  40.         } else if (selection == 8) {
  41.         cm.warp(109040001);
  42.         cm.dispose();
  43.         }
  44.     }
Add Comment
Please, Sign In to add comment