From 02f9f13bda976e9afd38436ef56c2a81d09ef9fe Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Thu, 31 May 2018 16:54:24 -0300 Subject: Remove selectd (unused function) --- npc/003-3/malindou.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'npc/003-3') diff --git a/npc/003-3/malindou.txt b/npc/003-3/malindou.txt index 5a90619c8..06090a7e7 100644 --- a/npc/003-3/malindou.txt +++ b/npc/003-3/malindou.txt @@ -32,7 +32,7 @@ l("Welcome!"), l("My name is Malindou, I am a representative of the Merchant Guild on Tulimshar."); - selectd(l("My name is @@...", strcharinfo(0))); + select(l("My name is @@...", strcharinfo(0))); speech S_FIRST_BLANK_LINE | S_LAST_NEXT, l("\"@@\", I like this name!", strcharinfo(0)), @@ -43,7 +43,7 @@ l("I see."), lg("You are new around here, right?"); - if (selectd(l("How do you know?"), l("Yes I am.")) == 1) + if (select(l("How do you know?"), l("Yes I am.")) == 1) { speech S_FIRST_BLANK_LINE | S_LAST_NEXT, l("Oh, it is simple. I have on this book the names of every citizen of Tulimshar and its surroundings."), @@ -65,7 +65,7 @@ speech S_LAST_NEXT, l("The fee is of @@ GP. So, do you want to register?", .@price); - switch (selectd(l("Yes."), + switch (select(l("Yes."), l("I don't have the time now."))) { case 1: @@ -107,7 +107,7 @@ do { - selectd + select l("I would like to store some items."), l("I would like to perform money transactions."), l("What is this guild for?"), -- cgit v1.2.3-60-g2f50