sweetgum83/scripts/npc/2103001.js

14 lines
285 B
JavaScript
Raw Normal View History

2024-01-19 08:56:28 +00:00
var status = -1;
function start() {
action(1, 0, 0);
}
function action(mode, type, selection) {
if (cm.isQuestStarted(3927)) {
cm.sendNext("If I had an iron hammer and a dagger, a bow and an arrow...");
cm.setQuestProgress(3927, 1);
}
cm.dispose();
}