From 485f5a396a1f1b92f18bd56c757b32f4c068084c Mon Sep 17 00:00:00 2001 From: Reid Yaro Date: Mon, 20 May 2013 03:49:50 +0100 Subject: Correct a bug on inventoryplace script. --- npc/functions/inventoryplace.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'npc/functions') diff --git a/npc/functions/inventoryplace.txt b/npc/functions/inventoryplace.txt index 2a78ccfe..5d4b2d20 100644 --- a/npc/functions/inventoryplace.txt +++ b/npc/functions/inventoryplace.txt @@ -19,7 +19,8 @@ function script InventoryPlace { if ((@iteminfo < 4) && (@countitem > 0)) return; if (@inventorylist_count + @count <= 100) return; -l_Warm: +l_Warn: + mes ""; mesn "Narrator"; mes col(l("It looks like you can't carry anything else for now."), 9); next; -- cgit v1.2.3-70-g09d2