sweetgum83/scripts/npc/9201099.js

15 lines
238 B
JavaScript
Raw Normal View History

2024-01-19 08:56:28 +00:00
/**
*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();
}