Files
sweetgum-server/scripts/npc/9201099.js
ronancpl 57125a70ce Masteria NPCs & Quests
Added more NPCs for the Phantom Woods and Crimsonwood areas. Enabled
more quests on that area.
2017-07-10 23:42:24 -03:00

15 lines
242 B
JavaScript

/**
*9201098 - Mo
*@author Ronan
*/
function start() {
if(cm.getQuestStatus(8224) == 2) {
cm.openShopNPC(9201099);
} else {
cm.sendOk("Hm, at who do you think you are looking at?");
}
cm.dispose();
}