Reformat and clean up quest scripts
This commit is contained in:
@@ -35,16 +35,17 @@ function start(mode, type, selection) {
|
||||
qm.dispose();
|
||||
return;
|
||||
}
|
||||
if (mode == 1)
|
||||
if (mode == 1) {
|
||||
status++;
|
||||
else
|
||||
} else {
|
||||
status--;
|
||||
}
|
||||
if (status == 0) {
|
||||
qm.sendAcceptDecline("#h0#? Wow, your level has sky-rocketed since the last time I saw you. You also look like you've taken care of a number of missions as well... You seem much more ready to move on now than the last time I saw you. What do you think? Are you interested in taking the #bKnighthood Exam#k? It's time for you to grow out of the Knight-in-Training and become a bonafide Knight, right?");
|
||||
} else if (status == 1) {
|
||||
qm.startQuest();
|
||||
qm.completeQuest();
|
||||
|
||||
|
||||
qm.sendOk("If you wish to take the Knighthood Exam, please come to Ereve. Each Chief Knight will test your abilities, and if you meet their standards, then you will officially become a Knight.");
|
||||
} else if (status == 2) {
|
||||
qm.dispose();
|
||||
|
||||
Reference in New Issue
Block a user