From a93b713f83ea75f7d454c0c21f37ef438257fe0e Mon Sep 17 00:00:00 2001 From: Reid Date: Wed, 28 Oct 2015 11:31:00 +0100 Subject: Fix Fexil buy/sell issue. --- npc/000-1/fexil.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/npc/000-1/fexil.txt b/npc/000-1/fexil.txt index e3c12eef..ad5685fb 100644 --- a/npc/000-1/fexil.txt +++ b/npc/000-1/fexil.txt @@ -18,9 +18,9 @@ switch (select("Yes, why not.:I would rather sell some stuff.:No, Sorry.")) { case 1: - shop "Bying Bag"; - closedialog; - shop "Bag#000-1"; + mes ""; + mesn; + mesq l("Good, take a look at the bag next to me then!"); close; case 2: -- cgit v1.2.3-60-g2f50