I populate buttons in scroll box. A left and right button. I want each button populated to do a different functionality. Ive added an int value to the buttons to change, however doing this would just make a static value and each button would start at the last int assigned. So i guess my question is… is there a means to contact the populated button and say hey this button i want to change the weapon and this second button populated to change the armor. These 2 items would be in an Array.
One thing ive learned in doing this … most of the time when i cant figure something out its beyond simple to do … any help would rock