Guest User

Untitled

a guest
Oct 17th, 2018
130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 KB | None | 0 0
  1. function start(){
  2. cm.sendOk ("Hello, I am your maple job advancer")
  3. if (cm.getLevel() <= 9){
  4. }cm.sendOk ("Sorry Please talk to me when your are level 10+")
  5. dispose();}
  6. else if(cm.getLevel() >= 10)
  7. cm.sendOk ("what job would you like to advance as? \r\n #L0# Warrior #l \r\n #L1# Magician #l \r\n #L2# Bowman #l \r\n #L3# Theif #1 \r\n #4# Pirate #1");
  8. }
  9. function action(mode, type, selection) {
  10. if (mode == 1){
  11. if (selection == 0)
  12. cm.changeJob(100);
  13. if (selection == 1)
  14. cm.changeJob(200);
  15. if (selection == 3)
  16. cm.changejob(300);
  17. if (selection == 4)
  18. cm.changeJob(400);
  19. if (selection == 5)
  20. cm.changeJob(500);
  21. }
  22. cm.dispose();
  23. }
Add Comment
Please, Sign In to add comment