summaryrefslogtreecommitdiff
path: root/npc/001-2-21
diff options
context:
space:
mode:
authorReid <reidyaro@gmail.com>2015-03-16 09:35:45 +0100
committerReid <reidyaro@gmail.com>2015-03-16 09:35:45 +0100
commitf8616ebcddc1b04e08c9077d7cee6480f35dcefe (patch)
tree8d7fe640c32a9dd93562f4bd81ed48fee97eefda /npc/001-2-21
parentbdea7e4211c9cefdb0664c8bf7b4f194f5b27fd1 (diff)
downloadserverdata-f8616ebcddc1b04e08c9077d7cee6480f35dcefe.tar.gz
serverdata-f8616ebcddc1b04e08c9077d7cee6480f35dcefe.tar.bz2
serverdata-f8616ebcddc1b04e08c9077d7cee6480f35dcefe.tar.xz
serverdata-f8616ebcddc1b04e08c9077d7cee6480f35dcefe.zip
Add check for basic skill on julia scripts.
Diffstat (limited to 'npc/001-2-21')
-rw-r--r--npc/001-2-21/julia.txt15
1 files changed, 15 insertions, 0 deletions
diff --git a/npc/001-2-21/julia.txt b/npc/001-2-21/julia.txt
index c50fd63d..6d9ea55e 100644
--- a/npc/001-2-21/julia.txt
+++ b/npc/001-2-21/julia.txt
@@ -18,6 +18,7 @@
L_Menu:
menu
+ rif(getskilllv(1) != 3, l("Something is wrong with me, I can't smile nor sit.")), L_BasicSkill,
lg("I made a mistake, I would like to change my language."), L_ChooseLang,
l("Could you explain to me where I am?"), L_WhereIam,
l("What happened to me?"), L_What,
@@ -104,6 +105,20 @@ L_Rules:
goto L_YNMenu;
+L_BasicSkill:
+ mes "";
+ mesn;
+ mesq l("Let me check into it...");
+ next;
+ adddefaultskills;
+ mesq l("Here you go, everything is fixed.");
+ emotion 3;
+ next;
+ mesq l("Do you have any other questions for me?");
+ next;
+
+ goto L_YNMenu;
+
L_Quit:
goodbye;