summaryrefslogtreecommitdiff
path: root/npc/025-1/reset.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/025-1/reset.txt')
-rw-r--r--npc/025-1/reset.txt7
1 files changed, 4 insertions, 3 deletions
diff --git a/npc/025-1/reset.txt b/npc/025-1/reset.txt
index 3ddafc5a..7475d567 100644
--- a/npc/025-1/reset.txt
+++ b/npc/025-1/reset.txt
@@ -1,14 +1,15 @@
//
025-1.gat,47,84,0 script reset 145,{
- mes "reset?";
+ mes "Do you want to reset Rossy Quest?";
menu
- "Yes.", -,
+ "Reset every variable of the quest.", -,
"Set Rossy_Quest.", L_Set,
"Reset Alrd_Been.", L_reSet,
- "No.", L_No;
+ "Do not reset.", L_No;
set Rossy_Quest, 0;
set cavefights, 0;
+ set Alrd_Been, 0;
set FLAGS, FLAGS & ~FLAG_ROSSI_COMPLETED;
L_No: