summaryrefslogtreecommitdiff
path: root/npc/000-0
diff options
context:
space:
mode:
authorAlige <aligetmw@hotmail.fr>2012-12-16 14:13:26 +0400
committerAlige <aligetmw@hotmail.fr>2012-12-16 14:13:26 +0400
commitf08fb41a0ec2cf0aa7964aab4867f7c3bf04f0b0 (patch)
treecaf30ef9bca5d813d207e98fa4d533bf53cb643b /npc/000-0
parentb127495c0df98fe8b18cfbcd48bbe1d4ecaff9bc (diff)
downloadserverdata-f08fb41a0ec2cf0aa7964aab4867f7c3bf04f0b0.tar.gz
serverdata-f08fb41a0ec2cf0aa7964aab4867f7c3bf04f0b0.tar.bz2
serverdata-f08fb41a0ec2cf0aa7964aab4867f7c3bf04f0b0.tar.xz
serverdata-f08fb41a0ec2cf0aa7964aab4867f7c3bf04f0b0.zip
Added a new camera in a script.
Diffstat (limited to 'npc/000-0')
-rw-r--r--npc/000-0/sailors.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/npc/000-0/sailors.txt b/npc/000-0/sailors.txt
index a17c1ccb..3fdb4c02 100644
--- a/npc/000-0/sailors.txt
+++ b/npc/000-0/sailors.txt
@@ -25,6 +25,7 @@ OnTouch:
mes col(l("Aboard stand sailors trying to communicate with you."), 9);
next;
+ setcamnpc;
mesn "Orc Voice";
mesq lg("Hey Frenchy!");
next;
@@ -43,6 +44,7 @@ OnTouch:
next;
mesq l("Hey you! Can you hear us? Are you okay?");
next;
+ restorecam;
menu
"I hear you..." + " (English)", -,
@@ -59,6 +61,7 @@ OnTouch:
if (@lang < 0 || @lang > 9) close;
setlang @lang;
+ setcamnpc;
mesn;
mesq g(l("Oh, she's still alive!"),
l("Oh, he's still alive!"));
@@ -66,6 +69,7 @@ OnTouch:
mesq g(l("This girl needs help, we need to rescue her!"),
l("This guy needs help, we need to rescue him!"));
next;
+ restorecam;
mesn "Narrator";
mes col(l("The sailors take you aboard their ship."), 9);