Files
sweetgum-server/scripts/npc/9010002.js
ronancpl 83d20e3c8b Skillbook announcer + isInJobTree fix
Abdula is now the Skillbook announcer NPC. Fixed some inconguencies with
the isInJobTree function, now properly returning if a skill id does make
presence on a player's current job path or not.
2017-06-05 21:08:35 -03:00

9 lines
154 B
JavaScript

function start() {
status = -1;
action(1, 0, 0);
}
function action(mode, type, selection) {
cm.sendNext("Hi, I'm #p9010002#.");
cm.dispose();
}