summaryrefslogtreecommitdiff
path: root/npc/000-2-1/alige.txt
diff options
context:
space:
mode:
authorAlige <aligetmw@hotmail.fr>2013-02-01 09:20:23 +0400
committerAlige <aligetmw@hotmail.fr>2013-02-01 09:20:23 +0400
commitb4e6680f159b68a09222849202f61d8ad47c8b66 (patch)
treeb58c6eda0221b742630b7c681e30d49a8b8d78fe /npc/000-2-1/alige.txt
parent02c05a62b1882fc69a69c2f69eefc64d4c5ddcfc (diff)
downloadserverdata-b4e6680f159b68a09222849202f61d8ad47c8b66.tar.gz
serverdata-b4e6680f159b68a09222849202f61d8ad47c8b66.tar.bz2
serverdata-b4e6680f159b68a09222849202f61d8ad47c8b66.tar.xz
serverdata-b4e6680f159b68a09222849202f61d8ad47c8b66.zip
Several fixes in alige's script. This is not a language fixing commit.
Diffstat (limited to 'npc/000-2-1/alige.txt')
-rw-r--r--npc/000-2-1/alige.txt26
1 files changed, 20 insertions, 6 deletions
diff --git a/npc/000-2-1/alige.txt b/npc/000-2-1/alige.txt
index 2257a338..d85742b0 100644
--- a/npc/000-2-1/alige.txt
+++ b/npc/000-2-1/alige.txt
@@ -83,7 +83,9 @@ l_NeedHelp:
menu
l("Why not, but who are you, and what kind of help do you need?"), l_CanHelp;
- l("Sorry but I have no time for this."), l_Quit;
+ l("Sorry but I have no time for this."), -;
+
+ close;
l_CanHelp:
setcamnpc;
@@ -128,7 +130,12 @@ l_Accept:
menu
l("Understood, I will help you."), l_Accepted,
l("What is Artis?"), l_Artis,
- l("I think I should report you to the crew members."), l_Quit;
+ l("I think I should report you to the crew members."), -;
+
+ setcamnpc;
+ mesq lg("Damn you! You'd better not tell anyone you saw me!");
+
+ close;
l_Artis:
setcamnpc;
@@ -227,7 +234,6 @@ l_Poison:
mesn;
mesq l("Don't try to poison me! I know what that does!");
restorecam;
-
goto l_ReturnMenu;
l_SoAskForFood:
@@ -242,16 +248,23 @@ l_AskForFood:
setcamnpc;
mesn;
mesq l("Do you have anything for me today?");
+ next;
restorecam;
l_IntroMenu:
menu
l("Yes."), l_GiveFood,
- l("Where can I find some food?"), -,
+ l("Where can I find some food?"), l_FindFood,
l("Why are you hiding?") + " " + l("Why don't you come out?"), l_ExplainHiding,
l("What is Artis?"), l_Artis,
- l("I think I should report you to the crew members."), l_Quit;
+ l("I think I should report you to the crew members."), -;
+
+ setcamnpc;
+ mesq lg("Damn you! You'd better not tell anyone you saw me!");
+ close;
+
+l_FindFood:
setcamnpc;
mes "";
mesn;
@@ -261,6 +274,7 @@ l_IntroMenu:
next;
mesq l("Walk a bit, it'll be easy for you to catch one. Impale one of them for me please.");
next;
+ restorecam;
mesn "Narrator";
mes col(l("You can attack a monster by clicking on it or from your keyboard you can press the 'A' key to select the monster followed by 'Ctrl' to attack it."), 9);
next;
@@ -272,7 +286,7 @@ l_Quit:
setcamnpc;
mes "";
mesn;
- mesq lg("Damn you! You'd better not tell anyone you saw me!");
+ mesq lg("Too bad... Come back when you'll have some fine food for me!");
close;