summaryrefslogtreecommitdiff
path: root/world/map/npc/031-2/cindyHouse.txt
diff options
context:
space:
mode:
authorThe Kandiman <kandiman@kandiman.(none)>2011-09-11 20:33:46 -0400
committerThe Kandiman <kandiman@kandiman.(none)>2011-09-11 20:33:46 -0400
commitea8bb7b0cd86321ad0f85cc7a145671c527c10f9 (patch)
tree58128461e815f6aef84d7989e6fc5e0463b00235 /world/map/npc/031-2/cindyHouse.txt
parent1cb0e75cbd356485ebe35bb3f5af10e1454e57a5 (diff)
downloadserverdata-ea8bb7b0cd86321ad0f85cc7a145671c527c10f9.tar.gz
serverdata-ea8bb7b0cd86321ad0f85cc7a145671c527c10f9.tar.bz2
serverdata-ea8bb7b0cd86321ad0f85cc7a145671c527c10f9.tar.xz
serverdata-ea8bb7b0cd86321ad0f85cc7a145671c527c10f9.zip
Tab conversion and script formatting project.
Final commit, maps 024-1 through 042-2 complete.
Diffstat (limited to 'world/map/npc/031-2/cindyHouse.txt')
-rw-r--r--world/map/npc/031-2/cindyHouse.txt12
1 files changed, 7 insertions, 5 deletions
diff --git a/world/map/npc/031-2/cindyHouse.txt b/world/map/npc/031-2/cindyHouse.txt
index 79b8704c..beae6e0a 100644
--- a/world/map/npc/031-2/cindyHouse.txt
+++ b/world/map/npc/031-2/cindyHouse.txt
@@ -19,7 +19,9 @@
L_Happy_Random:
getinventorylist;
set @candy, rand(50);
- if (@inventorylist_count < 100 && @candy == 42) goto L_Candy;
+ if (@inventorylist_count < 100
+ && @candy == 42)
+ goto L_Candy;
setarray @quote_Cindy$, "Thank you so much for rescuing me!",
"My mother made really tasty cookies yesterday. But I already ate them all...",
@@ -45,8 +47,8 @@ L_Candy:
close;
S_Update_Mask:
- set QUEST_Nivalis_state,
- (QUEST_Nivalis_state & ~(@Q_Nivalis_state_MASK))
- | (@rescue_Cindy << @Q_Nivalis_state_SHIFT);
- return;
+ set QUEST_Nivalis_state,
+ (QUEST_Nivalis_state & ~(@Q_Nivalis_state_MASK))
+ | (@rescue_Cindy << @Q_Nivalis_state_SHIFT);
+ return;
}