Armor[] Property MyArmorLIst AutoGlobalVariable Property AIndexValue AutoEvent OnInit()Armor NewArmor = MyArmorList[AIndexValue.GetValue()]Game.GetPlayer().AddItem(NewArmor, 1)EndEvent
Doens't return any errors, but it doesn't do anything either, any ideas?