summaryrefslogtreecommitdiff
path: root/npc/000-0
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-11-21 16:04:32 +0300
committerAndrei Karas <akaras@inbox.ru>2014-11-21 16:04:32 +0300
commit66a7953e6f6b4d7951c306e1d305ab3b904f557a (patch)
treed96f9df4db7a506277b5659aa6165e0efa7b1700 /npc/000-0
parentefb1c01272dc109188f1a4559db05a73405a7d38 (diff)
downloadserverdata-66a7953e6f6b4d7951c306e1d305ab3b904f557a.tar.gz
serverdata-66a7953e6f6b4d7951c306e1d305ab3b904f557a.tar.bz2
serverdata-66a7953e6f6b4d7951c306e1d305ab3b904f557a.tar.xz
serverdata-66a7953e6f6b4d7951c306e1d305ab3b904f557a.zip
Replace temp variables into scope temp variables.
Diffstat (limited to 'npc/000-0')
-rw-r--r--npc/000-0/sailors.txt10
1 files changed, 5 insertions, 5 deletions
diff --git a/npc/000-0/sailors.txt b/npc/000-0/sailors.txt
index 1fc54feb..91553c1d 100644
--- a/npc/000-0/sailors.txt
+++ b/npc/000-0/sailors.txt
@@ -12,8 +12,8 @@
OnTouch:
callfunc "CheckClientVersion";
- requestlang @lang;
- if (@lang >= 0 && @lang <= 9) Lang = @lang;
+ requestlang .@lang;
+ if (.@lang >= 0 && .@lang <= 9) Lang = .@lang;
mesn "Narrator";
mes col(l("You are on a raft, adrift in the sea."), 9);
@@ -63,9 +63,9 @@ OnTouch:
menuimage("flags/it", "Vi sento... (Italiano)"), -,
menuimage("flags/nl_BE", "Ik kan je horen... (Nederlands)"), -,
menuimage("flags/ca", "Et escolto (CatalĂ )"), -;
- set @lang, @menu-1;
- if (@lang < 0 || @lang > 10) close;
- Lang = @lang;
+ set .@lang, @menu-1;
+ if (.@lang < 0 || .@lang > 10) close;
+ Lang = .@lang;
setcamnpc;
mes "";