summaryrefslogtreecommitdiff
path: root/npc/000-0
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2012-01-23 18:30:58 +0300
committerAndrei Karas <akaras@inbox.ru>2012-01-23 18:33:15 +0300
commit83f94764b9423adeaefe6819ee895131976ad10f (patch)
treeb4d07035a1a523811f9e9f4973dc60a251492929 /npc/000-0
parent93f7472bf605608cbe84ae535bad945f90ce3fcc (diff)
downloadserverdata-83f94764b9423adeaefe6819ee895131976ad10f.tar.gz
serverdata-83f94764b9423adeaefe6819ee895131976ad10f.tar.bz2
serverdata-83f94764b9423adeaefe6819ee895131976ad10f.tar.xz
serverdata-83f94764b9423adeaefe6819ee895131976ad10f.zip
Request language from client at start.
This allow show first messages for new player in native language.
Diffstat (limited to 'npc/000-0')
-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;