Reformat and clean up npc scripts
This commit is contained in:
@@ -5,10 +5,10 @@ function start() {
|
||||
}
|
||||
|
||||
function action(mode, type, selection) {
|
||||
if(cm.isQuestStarted(3927)) {
|
||||
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();
|
||||
}
|
||||
Reference in New Issue
Block a user