summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--npc/001-1/eventmaster.txt35
1 files changed, 28 insertions, 7 deletions
diff --git a/npc/001-1/eventmaster.txt b/npc/001-1/eventmaster.txt
index 43662c30a..3d695a3b5 100644
--- a/npc/001-1/eventmaster.txt
+++ b/npc/001-1/eventmaster.txt
@@ -198,7 +198,7 @@ L_Norm:
"Maggot", // 21
"Magic Goblin", // 22
"Mana Bug", // 23
- "Mana Ghost" // 24
+ "Mana Ghost", // 24
"Moggun", // 25
"Mouboo", // 26
"Ocean Croc", // 27
@@ -217,7 +217,11 @@ L_Norm:
"Toppy Blub", // 40
"Tortuga";
- input .@c, 0, 100;
+ if (@menu != 1)
+ input .@c, 0, 100;
+ if (.@c == 0)
+ @menu=99;
+
switch (@menu) {
case 1:
@@ -327,7 +331,11 @@ L_Sli:
"White Slime", // 13
"Yellow Slime"; // 14
- input .@c, 0, 100;
+ if (@menu != 1)
+ input .@c, 0, 100;
+ if (.@c == 0)
+ @menu=99;
+
switch (@menu) {
case 1:
@@ -400,7 +408,11 @@ L_Plants:
"Big Amethyst Bif", // 26
"Big Sapphire Bif"; // 27
- input .@c, 0, 100;
+ if (@menu != 1)
+ input .@c, 0, 100;
+ if (.@c == 0)
+ @menu=99;
+
switch (@menu) {
case 1:
@@ -496,8 +508,11 @@ L_Agr:
"Yeti"; // 23
+ if (@menu != 1)
+ input .@c, 0, 100;
+ if (.@c == 0)
+ @menu=99;
- input .@c, 0, 100;
switch (@menu) {
case 1:
@@ -582,7 +597,10 @@ L_EventOnly:
"Big Magic Bif"; // 10
- input .@c, 0, 1000;
+ if (@menu != 1)
+ input .@c, 0, 100;
+ if (.@c == 0)
+ @menu=99;
switch (@menu) {
case 1:
@@ -631,7 +649,10 @@ L_Boss:
"Saxso Ghost", // 5
"The Yeti King"; // 6
- input .@c, 0, 1000;
+ if (@menu != 1)
+ input .@c, 0, 100;
+ if (.@c == 0)
+ @menu=99;
switch (@menu) {
case 1: