summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorReid <reidyaro@gmail.com>2016-04-01 18:18:17 +0200
committerReid <reidyaro@gmail.com>2016-04-01 18:21:24 +0200
commitf18da3e228219969b2d34fdd6847393a122376f2 (patch)
tree2b5a4f4988c3196ffe548a95961264b80c89be0d
parentb4ee65285f3f9a57110767652768666b85850c45 (diff)
downloadserverdata-f18da3e228219969b2d34fdd6847393a122376f2.tar.gz
serverdata-f18da3e228219969b2d34fdd6847393a122376f2.tar.bz2
serverdata-f18da3e228219969b2d34fdd6847393a122376f2.tar.xz
serverdata-f18da3e228219969b2d34fdd6847393a122376f2.zip
Continue Janus's scripting.
-rw-r--r--npc/001-2-9/janus.txt19
1 files changed, 17 insertions, 2 deletions
diff --git a/npc/001-2-9/janus.txt b/npc/001-2-9/janus.txt
index b3efe82f..68df5051 100644
--- a/npc/001-2-9/janus.txt
+++ b/npc/001-2-9/janus.txt
@@ -6,7 +6,21 @@
001-2-9,30,28,0 script Janus NPC_JANUS,{
function explain_service {
- speech 5, l("?");
+ speech 5,
+ l("You are on the human ressource wing of the Town Hall."),
+ l("We offer some certifications and we can also teach you how to use some basic communication skills."),
+ l("Do you know how to speak with other people around you?");
+
+ if (askyesno () == 2)
+ {
+ speech 5,
+ l("You lack some very basic skills..."),
+ l("There are two kind of dialogue, the one with citizen, and the one with other adventurer."),
+ l("When you go near a villager, you can see a speech bubble ahead of him, you can then talk to him by pressing the [T] key."),
+ l("When there are many people around you, you can select a specific person with the [N] key, and then, press the [T] key."),
+ l("You can also simply talk to anybody around you by clicking on them!"),
+ l("Though, if you want to talk with another adventurer, you can simply press the [Enter] key, and type what you want.");
+ }
return;
}
@@ -33,9 +47,10 @@
explain_service;
break;
case 4:
- speech 5,
+ speech 1,
l("Janus!");
emotion 11;
+ next;
speech 12,
l("Ianus is from the legion of Aemil, don't compare me to this brigand.");