diff options
author | Andrei Karas <akaras@inbox.ru> | 2012-01-23 18:30:58 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2012-01-23 18:33:15 +0300 |
commit | 83f94764b9423adeaefe6819ee895131976ad10f (patch) | |
tree | b4d07035a1a523811f9e9f4973dc60a251492929 /npc | |
parent | 93f7472bf605608cbe84ae535bad945f90ce3fcc (diff) | |
download | clientdata-83f94764b9423adeaefe6819ee895131976ad10f.tar.gz clientdata-83f94764b9423adeaefe6819ee895131976ad10f.tar.bz2 clientdata-83f94764b9423adeaefe6819ee895131976ad10f.tar.xz clientdata-83f94764b9423adeaefe6819ee895131976ad10f.zip |
Request language from client at start.
This allow show first messages for new player in native language.
Diffstat (limited to 'npc')
-rw-r--r-- | npc/000-0/sailors.txt | 4 |
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; |