I have a Loop that Repeats choose (1, 2, 3) times when a boolean is true. Problem is the loop repeats forever, even with the Trigger Once event.
How would I make a loop happen 1, 2, or 3 times (choosing randomly) and don't repeat more than the chosen times. If chooses 3 times, event will happen 3 times then stop.