summaryrefslogtreecommitdiff
path: root/world/map/npc/025-4/julia.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/025-4/julia.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/025-4/julia.txt')
-rw-r--r--world/map/npc/025-4/julia.txt12
1 files changed, 6 insertions, 6 deletions
diff --git a/world/map/npc/025-4/julia.txt b/world/map/npc/025-4/julia.txt
index 25db76d7..3d312188 100644
--- a/world/map/npc/025-4/julia.txt
+++ b/world/map/npc/025-4/julia.txt
@@ -16,28 +16,28 @@ L_Done:
"Of course I'm here to save you, Rossy sent me here!", -;
mes "\"Rossy? My twin sister? I knew she was going to look for me. Thank you so much, here is a present for you.\"";
getinventorylist;
- if (@inventorylist_count == 100) goto L_TooMany;
+ if (@inventorylist_count == 100)
+ goto L_TooMany;
getitem "BlackBoots", 1;
getexp @Reward_EXP, 0;
set Rossy_Quest, 17;
mes "\"I'm out of here now, lets get out of this horrible cave.\"";
-close;
+ close;
L_End:
mes "[Julia]";
mes "\"Lets get out of this horrible cave.\"";
-close;
+ close;
L_Hmmm:
mes "[Julia]";
mes "\"Don't hurt me!\"";
-close;
+ close;
L_TooMany:
mes "[Julia]";
mes "\"Oh, you don't have room for it. Come back when your backpack isn't full.\"";
next;
mes "\"I'll wait here until i can give your present to you!\"";
-close;
-
+ close;
}