
Untitled
By: a guest on
May 14th, 2012 | syntax:
PHP | size: 0.60 KB | hits: 64 | expires: Never
function start () {
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.");
if (cm.getLevel() >=30) {
cm.gainMeso(-1000000);
cm.teachSkill(1112413, 20, 20);
cm.gainExp(100000);
cm.dispose ();
} else {
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...");
cm.dispose();
}
} /* Place this NPC in Free Market */