Clean-up Patch

Bug correction on some quests.
This commit is contained in:
ronancpl
2017-04-04 17:14:20 -03:00
parent b2da79ff13
commit 7863994a13
53 changed files with 1291 additions and 119 deletions

View File

@@ -0,0 +1,16 @@
/*
NPC Name: The Forgotten Temple Manager
Map(s): Deep in the Shrine - Twilight of the gods
Description: Pink Bean
*/
function start() {
cm.sendYesNo("Do you want to get out now?");
}
function action(mode, type, selection) {
if (mode == 1) {
cm.warp(270050000, 0);
}
cm.dispose();
}