Adventure Game Studio

AGS Support => Beginners' Technical Questions => Topic started by: markbilly on Sat 09/10/2010 00:19:19

Title: quick question on inventory items.
Post by: markbilly on Sat 09/10/2010 00:19:19
How do I find out how many items the player currently has in their inventory?

I found out how to get the total number in the game but that's all.

I'm sure this must be somewhere in the help/manual. I just can't find it for the life of me.

Cheers,
Mark
Title: Re: quick question on inventory items.
Post by: GarageGothic on Sat 09/10/2010 00:31:52
Use the InvWindow.ItemCount property.
Title: Re: quick question on inventory items.
Post by: markbilly on Sat 09/10/2010 00:42:50
Ah, I was trying to use InventoryItemCount.

Thanks!