Using > http://www.hiveworkshop.com/forums/...7/?prev=search=equipment%20system&d=list&r=20
Id like to create a command, -gear, that will show the selected heroes gear because you cant (afaik). Ive created a -gear trigger, but the problem is, how would i obtain what the icon is for the item? i can get the item but not the ability. Would i have to index them all? This is basically what ive started with
EquipmentItem[GetEquippedItemTypeId(pp, 2)].abilities[1]
but it always returns null
Id like to create a command, -gear, that will show the selected heroes gear because you cant (afaik). Ive created a -gear trigger, but the problem is, how would i obtain what the icon is for the item? i can get the item but not the ability. Would i have to index them all? This is basically what ive started with
EquipmentItem[GetEquippedItemTypeId(pp, 2)].abilities[1]
but it always returns null