diff options
author | The Kandiman <kandiman@kandiman.(none)> | 2011-09-11 20:33:46 -0400 |
---|---|---|
committer | The Kandiman <kandiman@kandiman.(none)> | 2011-09-11 20:33:46 -0400 |
commit | ea8bb7b0cd86321ad0f85cc7a145671c527c10f9 (patch) | |
tree | 58128461e815f6aef84d7989e6fc5e0463b00235 /world/map/npc/031-1/house.txt | |
parent | 1cb0e75cbd356485ebe35bb3f5af10e1454e57a5 (diff) | |
download | serverdata-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-1/house.txt')
-rw-r--r-- | world/map/npc/031-1/house.txt | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/world/map/npc/031-1/house.txt b/world/map/npc/031-1/house.txt index 9913bdec..aa0d4067 100644 --- a/world/map/npc/031-1/house.txt +++ b/world/map/npc/031-1/house.txt @@ -7,12 +7,13 @@ set @Q_Nivalis_state_SHIFT, NIBBLE_5_SHIFT; set @rescue_Cindy, ((QUEST_Nivalis_state & @Q_Nivalis_state_MASK) >> @Q_Nivalis_state_SHIFT); - - if (@rescue_Cindy > 2) goto L_Warp; - message strcharinfo(0), "The door is locked."; + + if (@rescue_Cindy > 2) + goto L_Warp; + message strcharinfo(0), "The door is locked."; close; - -L_Warp: + +L_Warp: warp "031-2.gat", 23, 28; end; } |