Reformat and clean up quest scripts

This commit is contained in:
P0nk
2021-09-09 23:36:54 +02:00
parent a78ca88a02
commit 3f43fe82d0
249 changed files with 4361 additions and 4247 deletions

View File

@@ -30,18 +30,18 @@
var status = -1;
function start(mode, type, selection) {
if (mode > 0)
if (mode > 0) {
status++;
else {
} else {
qm.dispose();
return;
}
if (status == 0)
if (status == 0) {
qm.sendAcceptDecline("Ahhh, you're back. I can see that you're at level 10 now. It looks like you're flashing a glimmer of hope towards becoming a Knight. The basic training has now ended, and it's time for you to make the decision.");
else if (status == 1) {
} else if (status == 1) {
qm.forceStartQuest();
qm.forceCompleteQuest();
qm.sendOk("Now look to the left. The leaders of the Knights will be waiting for you. There will be 5 paths for you to choose from. All you need to do is choose one of them. All 5 of them will lead you to the path of a Knight, so... I suggest you pay attention to what each path offers, and select the one you'd most like to take.");
} else if (status == 2) {
qm.dispose();