Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on May 14th, 2012  |  syntax: PHP  |  size: 0.60 KB  |  hits: 64  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. function start () {
  2.     cm.sendOk("Looking to learn the skill #r'Flash Jump'#s[14101004]#? \r\n #k If so, I can be of assistance to you. But to gain something, you must give something. \r\n Get to#r Level 30#k and have#r 1 million mesos.#k When your done come to me.");
  3.         if (cm.getLevel() >=30) {
  4.         cm.gainMeso(-1000000);
  5.         cm.teachSkill(1112413, 20, 20);
  6.         cm.gainExp(100000);
  7.         cm.dispose ();
  8.         } else {
  9.         cm.sendOk("Looks like you don't have the level and/or the items needed! \r\n It's starting to look like you don't want the skill badly...");
  10.         cm.dispose();
  11.         }
  12.         } /* Place this NPC in Free Market */