summaryrefslogtreecommitdiff
path: root/npc/000-1/max.txt
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-12-05 12:47:25 +0300
committerAndrei Karas <akaras@inbox.ru>2014-12-05 12:47:25 +0300
commit6eeae2ee499b4aec7b9f771c75ff09264d79c8fd (patch)
treed024b7517c78adc0cfda5f4d4d17ac03ced5cb3a /npc/000-1/max.txt
parent58cf99bc280bb54f3c6ad6538ae3bc14fd54ec7f (diff)
downloadserverdata-6eeae2ee499b4aec7b9f771c75ff09264d79c8fd.tar.gz
serverdata-6eeae2ee499b4aec7b9f771c75ff09264d79c8fd.tar.bz2
serverdata-6eeae2ee499b4aec7b9f771c75ff09264d79c8fd.tar.xz
serverdata-6eeae2ee499b4aec7b9f771c75ff09264d79c8fd.zip
Replace script function set to direct variable assignments.
Diffstat (limited to 'npc/000-1/max.txt')
-rw-r--r--npc/000-1/max.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/000-1/max.txt b/npc/000-1/max.txt
index ea49c2390..baac0d5fa 100644
--- a/npc/000-1/max.txt
+++ b/npc/000-1/max.txt
@@ -7,8 +7,8 @@
// Friend of Sapartan, he gives some information on how to find Gulukan, Astapolos and Q-Muller.
000-1,72,110,0 script Max 115,{
- set .@gugli, getq(ShipQuests_Gugli);
- set .@knife, getq(ShipQuests_Knife);
+ .@gugli = getq(ShipQuests_Gugli);
+ .@knife = getq(ShipQuests_Knife);
mesn;
mesq lg("We are glad captain Nard has let you join us down here!");