diff options
author | Alige <aligetmw@hotmail.fr> | 2012-12-16 14:13:26 +0400 |
---|---|---|
committer | Alige <aligetmw@hotmail.fr> | 2012-12-16 14:13:26 +0400 |
commit | f08fb41a0ec2cf0aa7964aab4867f7c3bf04f0b0 (patch) | |
tree | caf30ef9bca5d813d207e98fa4d533bf53cb643b /npc | |
parent | b127495c0df98fe8b18cfbcd48bbe1d4ecaff9bc (diff) | |
download | clientdata-f08fb41a0ec2cf0aa7964aab4867f7c3bf04f0b0.tar.gz clientdata-f08fb41a0ec2cf0aa7964aab4867f7c3bf04f0b0.tar.bz2 clientdata-f08fb41a0ec2cf0aa7964aab4867f7c3bf04f0b0.tar.xz clientdata-f08fb41a0ec2cf0aa7964aab4867f7c3bf04f0b0.zip |
Added a new camera in a script.
Diffstat (limited to 'npc')
-rw-r--r-- | npc/000-0-0/q'onan.txt | 3 | ||||
-rw-r--r-- | npc/000-0/sailors.txt | 4 |
2 files changed, 4 insertions, 3 deletions
diff --git a/npc/000-0-0/q'onan.txt b/npc/000-0-0/q'onan.txt index f0e4971b..a4581b63 100644 --- a/npc/000-0-0/q'onan.txt +++ b/npc/000-0-0/q'onan.txt @@ -14,15 +14,12 @@ l_Zzz: setcamnpc; - mesq l("Zzzzzzzzzz"); close; l_Snoring: setcamnpc; - mesq l("Rrrr... Pchhhh..."); - close; } 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); |