summaryrefslogtreecommitdiff
path: root/npc/009-1
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2018-05-31 16:54:24 -0300
committerJesusaves <cpntb1@ymail.com>2018-05-31 16:54:24 -0300
commit02f9f13bda976e9afd38436ef56c2a81d09ef9fe (patch)
tree03aa0ba7fda87d203e751f07cb768ae0d02193ff /npc/009-1
parent948a3bb78bda9b3152f0b0b395d5681330572ca8 (diff)
downloadserverdata-02f9f13bda976e9afd38436ef56c2a81d09ef9fe.tar.gz
serverdata-02f9f13bda976e9afd38436ef56c2a81d09ef9fe.tar.bz2
serverdata-02f9f13bda976e9afd38436ef56c2a81d09ef9fe.tar.xz
serverdata-02f9f13bda976e9afd38436ef56c2a81d09ef9fe.zip
Remove selectd (unused function)
Diffstat (limited to 'npc/009-1')
-rw-r--r--npc/009-1/barzil.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/npc/009-1/barzil.txt b/npc/009-1/barzil.txt
index 55f284765..609d10037 100644
--- a/npc/009-1/barzil.txt
+++ b/npc/009-1/barzil.txt
@@ -33,7 +33,7 @@
l("Welcome!"),
l("My name is Barzil, I am a representative of the Merchant Guild on Halinarzo.");
- 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)),
@@ -44,7 +44,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 Halinarzo and its surroundings."),
@@ -66,7 +66,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:
@@ -108,7 +108,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?"),