Can anyone point me to a demo on how to make multiple Inventories.... I've been searching and searching but had no luck...
Thanks!
ID:168988
![]() Aug 6 2005, 12:04 pm
|
|
![]() Aug 6 2005, 12:09 pm
|
|
Well...you could create a list and treat it as another inventory..Example:
|
Its very simple actually...just create another list.
mob Now to add things would be a simple process of
src.Backpack_1.Add(new/obj/)
or
src.Backpack_1 += new/obj/
|
Crzylme wrote:
Can anyone point me to a demo on how to make multiple Inventories.... I've been searching and searching but had no luck... Forget what all they suggested, it's sloppy. Here's something better. mob |