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
Use the InvWindow.ItemCount property.
Ah, I was trying to use InventoryItemCount.
Thanks!