chekovbester
Newcomer
- Joined
- Nov 20, 2003
- Messages
- 2
I am new to VB.net but know enough to kind of dive in. I want to make a text adventure but I am having problems in how I want to store the data for inventory items, characters and such. Right now, I have three rooms but a lot of if and then statements on how to tell if they should appear in your (listboxes) inventory or items in room box.
Inventory is stored in one list box and items that are in the room (if you haven't already picked it up) are listed in another. I have GET, LOOK, DROP, etc buttons.
Is there a class or module I can use to refer to to help look for which items you have and don't have?
Thanks!
Inventory is stored in one list box and items that are in the room (if you haven't already picked it up) are listed in another. I have GET, LOOK, DROP, etc buttons.
Is there a class or module I can use to refer to to help look for which items you have and don't have?
Thanks!