diff options
author | Alige <aligetmw@hotmail.fr> | 2012-12-18 23:49:59 +0400 |
---|---|---|
committer | Alige <aligetmw@hotmail.fr> | 2012-12-18 23:49:59 +0400 |
commit | 15a08800af6bb160a2d607b6c8f3218ae05abb62 (patch) | |
tree | 170ab96c936f162504cc43514c14794c625629cc /npc/000-0 | |
parent | ab5ba271df90e9290e9b9974c3742f1c49098ce6 (diff) | |
download | serverdata-15a08800af6bb160a2d607b6c8f3218ae05abb62.tar.gz serverdata-15a08800af6bb160a2d607b6c8f3218ae05abb62.tar.bz2 serverdata-15a08800af6bb160a2d607b6c8f3218ae05abb62.tar.xz serverdata-15a08800af6bb160a2d607b6c8f3218ae05abb62.zip |
Improved some camera movements.
Diffstat (limited to 'npc/000-0')
-rw-r--r-- | npc/000-0/sailors.txt | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/npc/000-0/sailors.txt b/npc/000-0/sailors.txt index 74cac809..c9b1f699 100644 --- a/npc/000-0/sailors.txt +++ b/npc/000-0/sailors.txt @@ -25,19 +25,22 @@ OnTouch: mes col(l("Aboard stand sailors trying to communicate with you."), 9); next; - setcamnpc; + setcam 672,608; mesn "Orc Voice"; mesq lg("Hey Frenchy!"); next; + setcam 736,608; mesn "Elven Voice"; mesq lg("Why Frenchy? It's a Russian!"); next; + setcam 896,576; mesn "Tritan Voice"; mesq lg("What are you guys saying ? It's a Yoiis!"); next; + setcam 736,640; mesn "Raijin Voice"; mesq g(l("You stupid, she's english, look at the shape of her head."), l("You stupid, he's english, look at the shape of his head.")); @@ -61,12 +64,13 @@ OnTouch: if (@lang < 0 || @lang > 9) close; setlang @lang; - setcamnpc; + setcam 736,608; mes ""; mesn; mesq g(l("Oh, she's still alive!"), l("Oh, he's still alive!")); next; + setcam 896,576; mesq g(l("This girl needs help, we need to rescue her!"), l("This guy needs help, we need to rescue him!")); next; |