From fe8d009bbd05a8d856a33d149cf7647facf448a8 Mon Sep 17 00:00:00 2001 From: wushin Date: Sun, 25 Jan 2015 20:26:41 -0600 Subject: Fix Variable typos and a label typo --- world/map/npc/002-2/hetchel.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'world/map/npc/002-2') diff --git a/world/map/npc/002-2/hetchel.txt b/world/map/npc/002-2/hetchel.txt index b595bd88..134d40dc 100644 --- a/world/map/npc/002-2/hetchel.txt +++ b/world/map/npc/002-2/hetchel.txt @@ -263,7 +263,7 @@ L_Spants_Pay: if (countitem(@spants_req$[0]) < @spants_req_amt[0] || countitem(@spants_req$[1]) < @spants_req_amt[1] || countitem(@spants_req$[2]) < @spants_req_amt[2]) goto L_Spants_No_Item; getinventorylist; - if (inventorylist_count == 100) goto L_TooMany; + if (@inventorylist_count == 100) goto L_TooMany; mes "Hetchel takes your items."; delitem @spants_req$[0], @spants_req_amt[0]; delitem @spants_req$[1], @spants_req_amt[1]; -- cgit v1.2.3-60-g2f50