I want to be able to reference a list of all of the items available in fortnite and give one or more of them to a player.
The best way I’ve found so far is to create an item_granter with a manually populated list of all the items, and then hard-coding the identities of those items based on their index in the array. This is a super hacky, super tedious way to get a reference to every item in FN but I think it will work. Is there a better way? Is there a better way to just drag and drop all of the item definitions into an array than manually selecting each one?