diff options
Diffstat (limited to 'npc/018-1/george.txt')
-rw-r--r-- | npc/018-1/george.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/018-1/george.txt b/npc/018-1/george.txt index 6223b2b93..004d6a3dd 100644 --- a/npc/018-1/george.txt +++ b/npc/018-1/george.txt @@ -46,8 +46,8 @@ L_Main: l("What is this island?"), L_Explain, rif(.@q == 1, l("Actually, I heard from Roger that you may need some help.")), L_RequestOne, rif(.@q == 2, l("About the items you asked me to collect...")), L_ProgressOne, - rif(.@q == 3, l("Do you need any more help?")), L_RequestTwo, - rif(.@q == 4, l("About the items you asked me to collect...")), L_ProgressTwo, + rif(.@q == 3 && 0, l("Do you need any more help?")), L_RequestTwo, + rif(.@q == 4 && 0, l("About the items you asked me to collect...")), L_ProgressTwo, l("Nothing I guess"), L_Close; // Context menu |