diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-05-31 16:54:24 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-05-31 16:54:24 -0300 |
commit | 02f9f13bda976e9afd38436ef56c2a81d09ef9fe (patch) | |
tree | 03aa0ba7fda87d203e751f07cb768ae0d02193ff /npc/003-3 | |
parent | 948a3bb78bda9b3152f0b0b395d5681330572ca8 (diff) | |
download | serverdata-02f9f13bda976e9afd38436ef56c2a81d09ef9fe.tar.gz serverdata-02f9f13bda976e9afd38436ef56c2a81d09ef9fe.tar.bz2 serverdata-02f9f13bda976e9afd38436ef56c2a81d09ef9fe.tar.xz serverdata-02f9f13bda976e9afd38436ef56c2a81d09ef9fe.zip |
Remove selectd (unused function)
Diffstat (limited to 'npc/003-3')
-rw-r--r-- | npc/003-3/malindou.txt | 8 |
1 files changed, 4 insertions, 4 deletions
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?"), |