diff options
-rw-r--r-- | npc/002-1/arpan.txt | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/npc/002-1/arpan.txt b/npc/002-1/arpan.txt index cd860a408..b5bd5afb9 100644 --- a/npc/002-1/arpan.txt +++ b/npc/002-1/arpan.txt @@ -154,7 +154,6 @@ L_Menu: .@equipped = getequipid(equip_torso) == 1300 && getequipid(equip_legs) == 2200; menu - rif(.@q_nard == 5 && getq(General_Narrator) < 1, l("What can I do now?")), L_GotoSleep, lg("Could you tell me where I am?"), L_Where, lg("Where can I find Juliet?"), L_Julia, l("Who are you?"), L_Who, @@ -266,28 +265,6 @@ L_EquipDone: setq ShipQuests_Arpan, 3; goto L_Menu; -L_GotoSleep: - speech S_FIRST_BLANK_LINE | S_LAST_NEXT, - l("You already did enough for us, do you want to follow Nard's advice and get some rest?"); - - switch (select(l("Yes."), l("No."))) - { - case 1: - speech S_FIRST_BLANK_LINE | S_LAST_NEXT, - l("Fine."), - l("We are at half a day from our final destination, by the time that you wake up I'm sure that we will be there!"); - close; - - break; - case 2: - speech S_FIRST_BLANK_LINE | S_LAST_NEXT, - l("Alright, take your time we are not in a hurry."); - - break; - } - - goto L_Menu; - OnInit: .sex = G_MALE; .distance = 5; |