Chest Randomizer

nathanchow98

  • Posts: 1
The problem I have is If the actor already spawn it won't spawn again but if its the randomize same actor it wont spawn again

cabinfever

  • Posts: 159
Create a list which contains your actor types.
Then create random number based on number of items in the list.
Create the actor based on the above random number and then remove this item from the list.
(so the list size is now smaller, and doesn't contain that element/actor anymore)