From f08fb41a0ec2cf0aa7964aab4867f7c3bf04f0b0 Mon Sep 17 00:00:00 2001 From: Alige Date: Sun, 16 Dec 2012 14:13:26 +0400 Subject: Added a new camera in a script. --- npc/000-0/sailors.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'npc/000-0') 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); -- cgit v1.2.3-60-g2f50