From 83f94764b9423adeaefe6819ee895131976ad10f Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Mon, 23 Jan 2012 18:30:58 +0300 Subject: Request language from client at start. This allow show first messages for new player in native language. --- npc/000-0/sailors.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'npc') 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; -- cgit v1.2.3-70-g09d2