Alright, pretty new to most things about GUIs, so I need your guys' help!
1. I want to know how to add choices to GuiPopUpMenuCtrl objects. (Drop down box)
2. How would I add weapons and items (Weapon_, Item_) to the GuiScrollCtrl labeled 'Selectable Weapons' so you could click them and then edit their values and then once you click the Apply Item button that the entry in the 'Selectable Weapons' would be removed and then added to the 'Grouped Weapons' GuiScrollCtrl?
3. Also, to add onto the previous question, how could I add the items to the list by UI name and not the .zip file? (For example Tier+Tactical has packages, so multiple weapons in one .zip) Would I have to make the GUI accessible from in-game and not from the Start Mission GUI?
4. Another quick question so I won't run into any errors, this GUI is accessible from the Start Mission GUI, and I'm wanting to include the item icon of the weapon/item selected for editing, would I be able to include it without errors? (The server.cs isn't executed, but I still use content from the .zip)