angelwraith Posted March 10, 2010 Share Posted March 10, 2010 Anyone know how to pass inventory lists into form lists?? Link to comment Share on other sites More sharing options...
Cipscis Posted March 11, 2010 Share Posted March 11, 2010 You have to do it one item at a time, so you'll need a loop that loops through each item in an inventory and adds it to your form list. Cipscis Link to comment Share on other sites More sharing options...
angelwraith Posted March 12, 2010 Author Share Posted March 12, 2010 You have to do it one item at a time, so you'll need a loop that loops through each item in an inventory and adds it to your form list. Cipscis thank you yet again for your help! i found another way to manage what i was after though.. i used a preassembled form list and then checked the contents of a container against it. if the item is there it checks the count. so backwards from what i asked for but effective. Link to comment Share on other sites More sharing options...
Recommended Posts