Reformat and clean up npc scripts

This commit is contained in:
P0nk
2021-09-09 23:35:02 +02:00
parent 0c1545f81d
commit d893309b4f
665 changed files with 19932 additions and 19046 deletions

View File

@@ -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();
}