* fix chat message ID handling and index out of bounds error
fix chat message ID handling and index out of bounds error
* fix feature incorrectly showing for some reason
idk why this started happening hopefully this fixes it, actual features might still be broken though
* actual fix for slot display issue
actual fix for slot display issue
after adding rigging i was passing in the rig parameter as the current type of feature
* fix chat message ID handling and index out of bounds error
fix chat message ID handling and index out of bounds error
* fix feature incorrectly showing for some reason
idk why this started happening hopefully this fixes it, actual features might still be broken though
* Implement minimum wager requirement for slots
Added minimum wager validation for slots command.
* Implement house edge and rigged outcomes in SlotsCommand
adds house edge to slots
if your house edge is greater than 1, HOUSE_EDGE - 100% chance for guaranteed max win chance (spawns all the symbols in the right place, does not guarantee top tier multi)
if house edge is less than 1, 100% - HOUSE_EDGE chance for guaranteed loss
* adds delay based on frame count so it doesn't spoil outcome on long spins
adds delay based on frame count so it doesn't spoil outcome on long spins
* adds pause between each spin
adds pause between each spin
* Refactor delay calculation for slot animation
Replaced delaySec with delayHSec to calculate delay based on frame delays.