[Request]Client function check if inventory full..

12/29/2014 21:09 P.O.X#1
Hello dear comunity,
How you can see in the subject i`m interested on makeing a function that checks if inventory is full ..Im using Daroo 2013 client,python 22.
Until now i tyed this but dosn`t work
Code:
			for Slot in xrange(player.INVENTORY_PAGE_SIZE*2):
				ItemValue = player.GetItemIndex(Slot)
				if ItemValue > 0:
					chat.AppendChat(chat.CHAT_TYPE_INFO, "Inventory  FULLL!")
					return
How it would be correct? :handsdown:
Thanks Best Regards Phlip

UP
#closerequest
Solved