summaryrefslogtreecommitdiff
path: root/npc/001-1
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/001-1
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/001-1')
-rw-r--r--npc/001-1/cookiemaster.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/npc/001-1/cookiemaster.txt b/npc/001-1/cookiemaster.txt
index 563d1b00..5ba8c603 100644
--- a/npc/001-1/cookiemaster.txt
+++ b/npc/001-1/cookiemaster.txt
@@ -175,8 +175,8 @@ L_Reward:
next;
mesq l("Anyway, here, have a cookie!");
- set .@item, 517;
- set .@count, 1;
+ .@item = 517;
+ .@count = 1;
inventoryplace 517, 1;
setq General_Cookies, 1;
@@ -240,8 +240,8 @@ L_LostCookie:
mesq l("This is the last one. If you use it again out of clumsiness, I will take your flesh as the main ingredient for my cookie recipe.");
next;
- set .@item, 517;
- set .@count, 1;
+ .@item = 517;
+ .@count = 1;
inventoryplace 517, 1;
getitem "DeliciousCookie", 1;