Merge branch 'master' of https://github.com/ronancpl/HeavenMS into credits_update
This commit is contained in:
@@ -40,15 +40,15 @@ function action(mode, type, selection) {
|
||||
|
||||
if(status == 0) {
|
||||
if(cm.isQuestStarted(3339)) {
|
||||
var progress = cm.getQuestProgress(3339, 0);
|
||||
var progress = cm.getQuestProgressInt(23339, 1);
|
||||
|
||||
if(progress == 3) {
|
||||
cm.sendGetText("The pipe reacts as the water starts flowing. A secret compartment with a keypad shows up. #bPassword#k!");
|
||||
} else if(progress == 2) {
|
||||
cm.setQuestProgress(3339, 0, 3);
|
||||
cm.setQuestProgress(23339, 1, 3);
|
||||
cm.sendGetText("The pipe reacts as the water starts flowing. A secret compartment with a keypad shows up. #bPassword#k!");
|
||||
} else if(progress < 3) {
|
||||
cm.setQuestProgress(3339, 0, 0);
|
||||
cm.setQuestProgress(23339, 1, 0);
|
||||
cm.dispose();
|
||||
} else {
|
||||
cm.warp(261000001, 1);
|
||||
@@ -63,7 +63,7 @@ function action(mode, type, selection) {
|
||||
}
|
||||
} else if(status == 1) {
|
||||
if(cm.getText() == "my love Phyllia") {
|
||||
cm.setQuestProgress(3339, 0, 4);
|
||||
cm.setQuestProgress(23339, 1, 4);
|
||||
cm.warp(261000001, 1);
|
||||
cm.dispose();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user