summaryrefslogtreecommitdiff
path: root/npc/000-0
diff options
context:
space:
mode:
authorReid <reidyaro@gmail.com>2012-04-24 04:08:25 +0200
committerReid <reidyaro@gmail.com>2012-04-24 04:08:25 +0200
commite550e9cb2c130d39dddcc5ca95ba4779f213a5e4 (patch)
treef4e3f7fe1938013d3e038d15c9500f084a9a21e2 /npc/000-0
parente78d424e74050bcc15d121829423baaf50b13996 (diff)
downloadserverdata-e550e9cb2c130d39dddcc5ca95ba4779f213a5e4.tar.gz
serverdata-e550e9cb2c130d39dddcc5ca95ba4779f213a5e4.tar.bz2
serverdata-e550e9cb2c130d39dddcc5ca95ba4779f213a5e4.tar.xz
serverdata-e550e9cb2c130d39dddcc5ca95ba4779f213a5e4.zip
Update old scripts with new template.
Diffstat (limited to 'npc/000-0')
-rw-r--r--npc/000-0/sailors.txt108
1 files changed, 55 insertions, 53 deletions
diff --git a/npc/000-0/sailors.txt b/npc/000-0/sailors.txt
index f5e32120..a85d5fa1 100644
--- a/npc/000-0/sailors.txt
+++ b/npc/000-0/sailors.txt
@@ -9,68 +9,70 @@
000-0.gat,23,20,0,1 script Sailors 305,6,6,{
OnTouch:
- callfunc "CheckClientVersion";
- requestlang @lang;
- if (@lang >= 0 && @lang <= 7) setlang @lang;
- mesn "Narrator";
- mes col(l("You are on a raft, adrift in the sea."), 9);
- next;
- mes col(l("You don't remember anything before this."), 9);
- next;
- mes col(l("Suddenly, you hear a voice from the sky."), 9);
- next;
- mes col(l("As you open your eyes and look around, you see a large ship."), 9);
- next;
- mes col(l("Some sailors are trying to talk to you.."), 9);
- next;
+ callfunc "CheckClientVersion";
+ requestlang @lang;
+ if (@lang >= 0 && @lang <= 7) setlang @lang;
- mesn "Orc Voice";
- mesq lg("Hey Frenchy!");
- next;
+ mesn "Narrator";
+ mes col(l("You are on a raft, adrift in the sea."), 9);
+ next;
+ mes col(l("You don't remember anything before this."), 9);
+ next;
+ mes col(l("Suddenly, you hear a voice from the sky."), 9);
+ next;
+ mes col(l("As you open your eyes and look around, you see a large ship."), 9);
+ next;
+ mes col(l("Some sailors are trying to talk to you.."), 9);
+ next;
- mesn "Elfen Voice";
- mesq lg("Why Frenchy? It's a Russian!");
- next;
+ mesn "Orc Voice";
+ mesq lg("Hey Frenchy!");
+ next;
- mesn "Tritan Voice";
- mesq lg("What are you saying guys, it's a yoiis!");
- next;
+ mesn "Elfen Voice";
+ mesq lg("Why Frenchy? It's a Russian!");
+ next;
- mesn "Raijin Voice";
- mesq g(l("You stupid, it's an english, look at her head form."),
- l("You stupid, it's an english, look at his head form."));
- next;
- mesq l("Hey you! Do you hear us? Are you okay?");
- next;
+ mesn "Tritan Voice";
+ mesq lg("What are you saying guys, it's a yoiis!");
+ next;
- menu
- "I hear you..." + " (English)", -,
- "Je vous entends..." + " (Français)", -,
- "Да я вас слышу..." + " (Русский)", -,
- "Te oigo..." + " (Español)", -,
- "Eu te ouço..." + " (Português)", -,
- "I höre euch..." + " (Deutsch)", -,
- "'k hoar ui wel..." + " (Vloams)", -,
- "Słyszę cię..." + " (Polish)", -;
+ mesn "Raijin Voice";
+ mesq g(l("You stupid, it's an english, look at her head form."),
+ l("You stupid, it's an english, look at his head form."));
+ next;
+ mesq l("Hey you! Do you hear us? Are you okay?");
+ next;
+
+ menu
+ "I hear you..." + " (English)", -,
+ "Je vous entends..." + " (Français)", -,
+ "Да я вас слышу..." + " (Русский)", -,
+ "Te oigo..." + " (Español)", -,
+ "Eu te ouço..." + " (Português)", -,
+ "I höre euch..." + " (Deutsch)", -,
+ "'k hoar ui wel..." + " (Vloams)", -,
+ "Słyszę cię..." + " (Polish)", -;
set @lang, @menu-1;
if (@lang < 0 || @lang > 7) close;
setlang @lang;
- mesn;
- mesq g(l("Oh, she's still alive!"),
- l("Oh, he's still alive!"));
- next;
- mesq g(l("This girl needs help, let's rescue her!"),
- l("This guy needs help, let's rescue him!"));
- next;
+ mesn;
+ mesq g(l("Oh, she's still alive!"),
+ l("Oh, he's still alive!"));
+ next;
+ mesq g(l("This girl needs help, let's rescue her!"),
+ l("This guy needs help, let's rescue him!"));
+ next;
+
+ mesn "Narrator";
+ mes col(l("The sailors take you aboard their ship to help you."), 9);
+ next;
+ mes col(l("Click on the NPCs around you to continue the introduction."), 9);
+ next;
- mesn "Narrator";
- mesq col(l("The sailors take you aboard their ship to help you."), 9);
- next;
- mesq col(l("Click on the NPCs around you to continue the introduction."), 9);
- next;
+ warp "000-0-0.gat",22,22;
- warp "000-0-0.gat",22,22;
+ close;
- close;
-}
+} \ No newline at end of file