HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

Item Exclusion

06-20-2007, 12:10 AM#1
Castlemaster
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
BBDino
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
MaD[Lion]
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...