From 1f1681acb88608a84588201d49739eb731905764 Mon Sep 17 00:00:00 2001 From: Ali-G Date: Sun, 12 Jun 2011 19:42:34 +0200 Subject: Fixed numerous issues and added some improvements. --- npc/025-4/julia.txt | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'npc/025-4/julia.txt') diff --git a/npc/025-4/julia.txt b/npc/025-4/julia.txt index 01dc044d..4004d77c 100644 --- a/npc/025-4/julia.txt +++ b/npc/025-4/julia.txt @@ -2,13 +2,15 @@ if (Rossy_Quest > 16 || FLAGS & FLAG_ROSSI_COMPLETED) goto L_End; if (Rossy_Quest == 16) goto L_Done; - if (Rossy_Quest <= 16) goto L_Hmmm; + if (Rossy_Quest <= 15) goto L_Hmmm; L_Done: mes "[Julia]"; mes "Oh, you saved me, thank you!"; next; mes "Here is a present for you."; + getinventorylist; + if (@inventorylist_count == 100) goto L_TooMany; getitem "BunchOfParsley", 1; getexp 5000, 0; set Rossy_Quest, 17; @@ -25,4 +27,9 @@ L_Hmmm: mes "Don't hurt me!"; close; +L_TooMany: + mes "[Julia]"; + mes "\"Oh, I wanted to give you a present, but you don't have room for it. Come back when your backpack will not be full.\""; + close; + } -- cgit v1.2.3-60-g2f50