HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

Hero Item Help

03-07-2005, 02:07 AM#1
Guest
I'd like to apologize if this topic's already been covered. I was wondering if anybody could help me figure out how to set heros so they can only care 1 item of certain types (like, one weapon, one shield, one armor etc.) Thanks to anybody who helps.
03-07-2005, 04:14 AM#2
Panto
It's a trigger question, since there's no object method to just make them only able to carry one.

You'll have to set your items to different types (i.e. purchasable, artifact) and detect that type when a hero picks up an item. If he already has an item of that time, ignore it.

I suppose you could run it when he "smart"s an item instead, to prevent him from even picking it up.
03-07-2005, 03:37 PM#3
Guest
Thanks, alot, Ill try that...