| 06-20-2007, 12:10 AM | #1 |
What is the algorithm for allowing a unit to carry only one type of an item. For example, one weapon, one shield, one chest piece, etc. Thanks ahead of time |
| 06-20-2007, 12:59 AM | #2 |
The easiest way to answer this is to suggest you explore the resource and tutorial databases: I'm sure explanations and examples of inventory systems are available that should point in the right direction. |
| 06-20-2007, 01:17 AM | #3 |
u need to define which item belongs to what part and then check this everytime a unit pickup something. or you can make custom inventory... |
