diff options
Diffstat (limited to 'npc/001-1')
-rw-r--r-- | npc/001-1/eventmaster.txt | 19 |
1 files changed, 12 insertions, 7 deletions
diff --git a/npc/001-1/eventmaster.txt b/npc/001-1/eventmaster.txt index 3a21729a7..59be1cebc 100644 --- a/npc/001-1/eventmaster.txt +++ b/npc/001-1/eventmaster.txt @@ -555,17 +555,15 @@ L_Agr: mes "Completed."; mes "Total spawns: "+str(@log_spawns); next; - goto L_Agr + goto L_Agr; + + + + - if (@menu == 1) goto L_Spawn; - mes ""; - mes "Completed."; - mes "Total spawns: "+str(@log_spawns); - next; - goto L_Agr; L_EventOnly: mes col("WARNING: Spawn these monsters with moderation!", 1); @@ -617,6 +615,13 @@ L_EventOnly: next; goto L_EventOnly; + + + + + + + L_Boss: select "Abort", // 1 |