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.
9 lines
154 B
JavaScript
9 lines
154 B
JavaScript
function start() {
|
|
status = -1;
|
|
action(1, 0, 0);
|
|
}
|
|
|
|
function action(mode, type, selection) {
|
|
cm.sendNext("Hi, I'm #p9010001#.");
|
|
cm.dispose();
|
|
} |