diff options
Diffstat (limited to 'npc/025-4/clauquer.txt')
-rw-r--r-- | npc/025-4/clauquer.txt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/npc/025-4/clauquer.txt b/npc/025-4/clauquer.txt index 2a38bce7..d51606ae 100644 --- a/npc/025-4/clauquer.txt +++ b/npc/025-4/clauquer.txt @@ -3,6 +3,7 @@ // if (Rossy_Quest >= 15) goto L_Hmmm Character already talked to Clauquer up to the end of the conversation. // if (Rossy_Quest == 14) goto L_Help Character just entered the Main HAll and still needs to talk to Clauquer to be able to enter the Battle Caves. // if (Rossy_Quest <= 13) goto L_Huh Character is not supposed to be here, can be because of the use of GM powers. + if (Rossy_Quest >= 16 || FLAGS & FLAG_ROSSI_COMPLETED) goto L_Rescued; if (Rossy_Quest == 15) goto L_Hmmm; if (Rossy_Quest == 14) goto L_Help; @@ -63,6 +64,8 @@ L_No: L_Rescued: mes "[Clauquer]"; - mes "Put something here. He talks about you rescuing the girl."; + mes "Please put something here."; + next; + mes "*The man talks about you, rescuing the girl.*"; close; } |