diff options
Diffstat (limited to 'npc/025-1')
-rw-r--r-- | npc/025-1/_import.txt | 1 | ||||
-rw-r--r-- | npc/025-1/reset.txt | 13 |
2 files changed, 14 insertions, 0 deletions
diff --git a/npc/025-1/_import.txt b/npc/025-1/_import.txt index 35633eca..a29be248 100644 --- a/npc/025-1/_import.txt +++ b/npc/025-1/_import.txt @@ -4,4 +4,5 @@ map: 025-1.gat npc: npc/025-1/_mobs.txt npc: npc/025-1/_warps.txt npc: npc/025-1/barrier.txt +npc: npc/025-1/reset.txt npc: npc/025-1/rossy.txt diff --git a/npc/025-1/reset.txt b/npc/025-1/reset.txt new file mode 100644 index 00000000..382b6761 --- /dev/null +++ b/npc/025-1/reset.txt @@ -0,0 +1,13 @@ +025-1.gat,47,84,0 script reset 145,{ + + mes "reset?"; + menu + "Yes.", -, + "No.", L_No; + set Rossy_Quest, 0; + set Cave_Battles, 0; + +L_No: + close; + +} |