Limiting your inventory
nogden74
12 Feb 2012, 11:17I am a complete noob to using quest and creating adventures. is there any way of limiting the amount of items that can be carried in the inventory

guzmere
12 Feb 2012, 13:16Hi There a way if you put the command in an if statement
if
(ListCount ( ScopeInventory () ) > 1) or what ever number you want to limit it too
then print whatever you need
I know others will explain better but hopefully it's a start.
From one noob to another good luck.

if
(ListCount ( ScopeInventory () ) > 1) or what ever number you want to limit it too
then print whatever you need
I know others will explain better but hopefully it's a start.
From one noob to another good luck.



Alex
12 Feb 2012, 13:16The only way to do this at present would be to use a script for each object's "take" command, which would be a bit of a pain.
It is on the list for Quest 5.2 though: http://quest.codeplex.com/workitem/982
It is on the list for Quest 5.2 though: http://quest.codeplex.com/workitem/982
nogden74
12 Feb 2012, 13:58thanks for the help i am completely new to this and have no background in anything like this