diff options
Diffstat (limited to 'npc')
-rw-r--r-- | npc/000-0/sailors.txt | 8 | ||||
-rw-r--r-- | npc/000-1/sapartan.txt | 4 |
2 files changed, 8 insertions, 4 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; diff --git a/npc/000-1/sapartan.txt b/npc/000-1/sapartan.txt index d7f51803..70bdb1a5 100644 --- a/npc/000-1/sapartan.txt +++ b/npc/000-1/sapartan.txt @@ -18,7 +18,7 @@ mesq lg("Last time I saw you, you were lost in the sea on your raft."); next; - setcamnpc "Sapartan"; + setcamnpc; mesn; mesq g(l("True but now she seems pretty fine! Am I right?"), @@ -49,7 +49,7 @@ l("I'm sure he will soon be able to fight creatures living here a way more dangerous than tortugas do")); next; - setcamnpc "Sapartan"; + setcamnpc; mes ""; mesn; |