summaryrefslogtreecommitdiff
path: root/npc/003-2
diff options
context:
space:
mode:
authorjesusalva <cpntb1@ymail.com>2018-02-22 21:20:45 -0300
committerjesusalva <cpntb1@ymail.com>2018-02-22 21:20:45 -0300
commit349311a993ed537f56cb69e6c670b4508a4a2d74 (patch)
tree364dea21960fd8abe17a9b3c9eb26cd8bbcbce16 /npc/003-2
parent67f8b8c6f79379b0d6620876d21c4fd430ff67aa (diff)
downloadserverdata-349311a993ed537f56cb69e6c670b4508a4a2d74.tar.gz
serverdata-349311a993ed537f56cb69e6c670b4508a4a2d74.tar.bz2
serverdata-349311a993ed537f56cb69e6c670b4508a4a2d74.tar.xz
serverdata-349311a993ed537f56cb69e6c670b4508a4a2d74.zip
Remove multiple books, leave one broken book in source codes.
Diffstat (limited to 'npc/003-2')
-rw-r--r--npc/003-2/estard.txt37
1 files changed, 1 insertions, 36 deletions
diff --git a/npc/003-2/estard.txt b/npc/003-2/estard.txt
index bd11570dd..9c49b1d13 100644
--- a/npc/003-2/estard.txt
+++ b/npc/003-2/estard.txt
@@ -47,42 +47,7 @@
function explain_service {
speech S_FIRST_BLANK_LINE | S_LAST_NEXT,
l("Welcome to the Town Hall. I am @@, officer in charge of public associations.", .name$),
- l("We offer party and guild certifications and we can also teach you how to use some basic communication skills."),
- l("Do you know how to speak with people around you?");
-
- if (askyesno() == 2)
- {
- speech S_FIRST_BLANK_LINE | S_LAST_NEXT,
- l("You lack some very basic skills...");
-
- if (compareandsetq(General_Janus, 0, 1))
- {
- speech S_LAST_NEXT | S_NO_NPC_NAME,
- l("This book contains everything you should know about it, take it!");
-
- inventoryplace CommunicationTheory, 1;
- getitem CommunicationTheory, 1;
- }
- else
- {
- speech S_LAST_NEXT | S_NO_NPC_NAME,
- l("You can read the book that I gave you earlier at the library if you lost it.");
- }
- }
- else
- {
- if (compareandsetq(General_Janus, 0, 1))
- {
- speech S_LAST_NEXT | S_NO_NPC_NAME,
- l("Anyway."),
- l("This book contains everything you should know about it, take it!");
-
- inventoryplace CommunicationTheory, 1;
- getitem CommunicationTheory, 1;
- }
-
- }
-
+ l("We offer party and guild certifications.");
return;
}