Reformat and clean up quest scripts
This commit is contained in:
@@ -27,17 +27,18 @@ function start(mode, type, selection) {
|
||||
qm.sendOk("Oh really. Do you need more time? I'm fully confident that you'll help me out before the Time Sphere is formed.");
|
||||
qm.dispose();
|
||||
} else {
|
||||
if(mode == 0 && type > 0) {
|
||||
if (mode == 0 && type > 0) {
|
||||
qm.sendOk("Oh really. Do you need more time? I'm fully confident that you'll help me out before the Time Sphere is formed.");
|
||||
qm.dispose();
|
||||
return;
|
||||
}
|
||||
|
||||
if (mode == 1)
|
||||
|
||||
if (mode == 1) {
|
||||
status++;
|
||||
else
|
||||
} else {
|
||||
status--;
|
||||
|
||||
}
|
||||
|
||||
if (status == 0) {
|
||||
qm.sendYesNo("Only thing we have to do now ...is to make #o8500002# disappear forever... are you ready?");
|
||||
} else if (status == 1) {
|
||||
@@ -51,10 +52,10 @@ function start(mode, type, selection) {
|
||||
qm.dispose();
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
qm.gainItem(4031179, 1);
|
||||
}
|
||||
|
||||
|
||||
qm.sendAcceptDecline("Drop the #b#t4031179:##k that I returned to you to seal up whatever crack you see that #o8500002# may have used to enter this dimension in the first place. Then it'll come out of the Time Sphere and show everyone its true appearance. Please, please kill it and then come back. \r\n\r\nCollect #r1 #t4031172:##k\r\nEliminate #r#o8500001##k");
|
||||
} else if (status == 4) {
|
||||
qm.forceStartQuest();
|
||||
|
||||
Reference in New Issue
Block a user