diff options
author | Jared Adams <jaxad0127@gmail.com> | 2009-02-16 09:36:41 +0000 |
---|---|---|
committer | Jared Adams <jaxad0127@gmail.com> | 2009-02-16 09:36:41 +0000 |
commit | 051a0461b6251535c5c3019ae8e5c1fbe1347a66 (patch) | |
tree | 3ce334e21eb4e04476ccafa2f192b986ca003152 /npc/015-3/katze.txt | |
parent | 81f9673228ea0a9fcfc364ede5ce4e705d51b771 (diff) | |
download | serverdata-051a0461b6251535c5c3019ae8e5c1fbe1347a66.tar.gz serverdata-051a0461b6251535c5c3019ae8e5c1fbe1347a66.tar.bz2 serverdata-051a0461b6251535c5c3019ae8e5c1fbe1347a66.tar.xz serverdata-051a0461b6251535c5c3019ae8e5c1fbe1347a66.zip |
Make sure no script just ends
Diffstat (limited to 'npc/015-3/katze.txt')
-rw-r--r-- | npc/015-3/katze.txt | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/npc/015-3/katze.txt b/npc/015-3/katze.txt index c24a9f80..19611e93 100644 --- a/npc/015-3/katze.txt +++ b/npc/015-3/katze.txt @@ -52,7 +52,6 @@ L_ThrowStone: warp "015-1.gat", 60, 32; mes "\"GRAAUWL! Hissss...\""; mes "Yikes, the cat attacked you! Your whole body is scratched. Maybe throwing a stone wasn't such a great idea..."; - next; close; L_PreNeedsFood: @@ -85,7 +84,6 @@ L_MoveFur: mes "The cat jumps at the fur! You quickly let go of it. The cat happily returns to its spot, carrying the fur in its mouth."; next; mes "The cat drops the fur and looks at you with half opened eyes. Suddenly she starts talking, and says: \"That was very kind of you.\" She seems to be smiling."; - next; close; L_NeedsWood: @@ -101,12 +99,10 @@ L_NeedsWood: L_GiveWood: mes "[Katze]"; mes "\"Sure! Please put it next to the pot.\""; - next; close; L_PreNeedsStuff: mes "The cat is still eyeing the piece of wood. She probably needs to be left alone for a bit again."; - next; close; L_NeedsStuff: @@ -119,7 +115,6 @@ L_NeedsStuff: mes "2 white furs,"; mes "2 hard spikes and"; mes "2 tiny healing potions.\""; - next; close; L_NeedsStuff2: @@ -148,7 +143,6 @@ L_Please: mes "2 white furs,"; mes "2 hard spikes and"; mes "2 tiny healing potions.\""; - next; close; L_CatChecksStuff: @@ -161,7 +155,6 @@ L_CatChecksStuff: goto L_GiveStuff; mes "[Katze]"; mes "\"You don't seem to have everything yet. Come back later when you do.\""; - next; close; L_GiveStuff: @@ -175,13 +168,11 @@ L_GiveStuff: set KatzeBeenOutside, 0; mes "[Katze]"; mes "\"Nicely done! Now leave me alone for a while, I need some time to prepare your present.\""; - next; close; L_PreGainEars: mes "[Katze]"; mes "\"Please leave me alone for a while, so I can prepare your present.\""; - next; close; L_GainEars: @@ -193,7 +184,6 @@ L_GainEars: mes "\"Look what I made for you! It makes you look a bit like me! Maybe it will give you a feeling of what it is like to be a cat.\""; mes "The cat winks at you."; mes "[You gain " + @xpval + " experience points]"; - next; close; L_Finished: @@ -202,6 +192,5 @@ L_Finished: mes "\"Meow, fellow cat.\""; if (getequipid(equip_head) != 1217) mes "\"Meow. Lost your ears?\""; - next; close; } |