Thanks a lot for the plugins, I always admire this kind of work!
One small question about the dice roll: isn't there really any randomness to it? For example, on the dice with 4 results, they will always be in the order 1, 3 , 2 , 4 ? I've tested this by incorporating the random function on a 4-output scene change trigger, and I always get this result.
← Return to GB-Studio Plugin
Comments
Log in with itch.io to leave a comment.
Thanks a lot for the plugins, I always admire this kind of work!
One small question about the dice roll: isn't there really any randomness to it? For example, on the dice with 4 results, they will always be in the order 1, 3 , 2 , 4 ? I've tested this by incorporating the random function on a 4-output scene change trigger, and I always get this result.
actually, there are randomness, maybe it's the rng in your game or something like that, I tried to set seed manually to test the randomness :v
Ok thanks, I'll try to implement it differently, but I really like the concept of this random function ;)
What does make actor spin mean? like how does it spin?
Also cool collection of plugins thank you for sharing :)
Yes, it's the default example in Gbstudio plugin guide, so I just keep it