Fixed "LoopEvent" handling in Loops and Branches
#46
by
robbiemu
- opened
The original cel did not properly handle nor implement LoopEvents, leading to an error when the random number triggered the loop.
In this minimal change, we properly use the LoopEvent class while remaining faithful to the original code.