diff options
-rw-r--r-- | npc/000-0/sailors.txt | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/npc/000-0/sailors.txt b/npc/000-0/sailors.txt index 97277c8a..f99c33c3 100644 --- a/npc/000-0/sailors.txt +++ b/npc/000-0/sailors.txt @@ -25,22 +25,22 @@ OnTouch: mes col(l("Aboard stand sailors trying to communicate with you."), 9); next; - setcam 672,608; + setcamnpc "Sailors",-64,-32; mesn "Orc Voice"; mesq lg("Hey Frenchy!"); next; - setcam 736,608; + setcamnpc "Sailors",0,-32; mesn "Elven Voice"; mesq lg("Why Frenchy? It's a Russian!"); next; - setcam 896,576; + setcamnpc "Sailors",144,-80; mesn "Tritan Voice"; mesq lg("What are you guys saying ? It's a Yoiis!"); next; - setcam 736,640; + setcamnpc; 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.")); @@ -64,13 +64,13 @@ OnTouch: if (@lang < 0 || @lang > 9) close; setlang @lang; - setcam 736,608; + setcamnpc; mes ""; mesn; mesq g(l("Oh, she's still alive!"), l("Oh, he's still alive!")); next; - setcam 896,576; + setcamnpc "Sailors",144,-80; mesq g(l("This girl needs help, we need to rescue her!"), l("This guy needs help, we need to rescue him!")); next; |