I have an item granter and it gives you the option to add multiple items to one spawner so when I go to do ItemGranter.GrantItem() Item not sure how to specify which one I’m granting or are you only able to grant all of them at once? Thanks!
You can apparently cycle through a specified item using the SetNextItem(Index:int) function, you just have to hardcode the indexes in your Verse file.
Also, to grant a single Item, use the Item Granter property “Grant” set to “Current Item” instead of “All Items”