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/005-5/cynric.txt | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'npc/005-5') diff --git a/npc/005-5/cynric.txt b/npc/005-5/cynric.txt index 72b03e6ce..4e0608baa 100644 --- a/npc/005-5/cynric.txt +++ b/npc/005-5/cynric.txt @@ -32,7 +32,9 @@ l("Welcome!"), l("My name is Cynric, I am a representative of the Merchant Guild on Candor."); - 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 +45,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 Candor and its surroundings."), @@ -65,7 +67,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: @@ -106,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?"), -- cgit v1.2.3-70-g09d2