summaryrefslogtreecommitdiff
path: root/npc
diff options
context:
space:
mode:
Diffstat (limited to 'npc')
-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;
}