summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--npc/000-0/sailors.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/npc/000-0/sailors.txt b/npc/000-0/sailors.txt
index b55485ef..e62ddd81 100644
--- a/npc/000-0/sailors.txt
+++ b/npc/000-0/sailors.txt
@@ -3,12 +3,14 @@
// Vasily_Makarov
// Reid
// 4144
-// Description:
+// Description:
// Start script of Evol Online.
000-0.gat,23,20,0,1 script Sailors 305,6,6,{
OnTouch:
+ 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;