Can't get it to work, have everything up to date, the config file set as shown below, but when pressing F10, nothing happens
[SpinSlotMachines] # The KeyCode to spin slot machines, see here for valid value: https://docs.unity3d.com/2022.3/Documentation/ScriptReference/KeyCode.html SpinKey = "F10" # The number of slot machines that will be spin. (1-5) SpinSlotMachinesNumber = 5 # Should the spin use your cash. (yes or no) SpinUseYourCash = "yes" # The bet amount that each slot machines will be use. (0=bet amount from the slot machines; max=2147483647) SpinBetAmount = 0 # Spin behavior mode, 'holding' spins while holding the SpinKey, 'toggleable' toggles spin on/off with the SpinKey. (holding or toggleable) SpinMode = "toggleable"
Well, according to your config, 5 slot machines will spin the bet that is displayed on each machine using your money, do you have enough money to spin the machines? Try changing "SpinUseYourCash" to "no", and tell me if it works.
[SpinSlotMachines] # The KeyCode to spin slot machines, see here for valid value: https://docs.unity3d.com/2022.3/Documentation/ScriptReference/KeyCode.html SpinKey = "F10" # The number of slot machines that will be spin. (1-5) SpinSlotMachinesNumber = 5 # Should the spin use your cash. (yes or no) SpinUseYourCash = "yes" # The bet amount that each slot machines will be use. (0=bet amount from the slot machines; max=2147483647) SpinBetAmount = 0 # Spin behavior mode, 'holding' spins while holding the SpinKey, 'toggleable' toggles spin on/off with the SpinKey. (holding or toggleable) SpinMode = "holding"
1 issue and 1 addition, it only takes money as if u spun 1 slot machine, please fix. Addition, please make it so it spins the slots until f10 is pressed a second time please
Thanks for your feedback, i didn't wrote it but yes, it's supposed to use your money, it's not a "cheat", i can add an option to use money or not if you want and for your addition, you mean hold the button and it's continusly spin the slot machines ?
17 comments
[SpinSlotMachines]
# The KeyCode to spin slot machines, see here for valid value: https://docs.unity3d.com/2022.3/Documentation/ScriptReference/KeyCode.html
SpinKey = "F10"
# The number of slot machines that will be spin. (1-5)
SpinSlotMachinesNumber = 5
# Should the spin use your cash. (yes or no)
SpinUseYourCash = "yes"
# The bet amount that each slot machines will be use. (0=bet amount from the slot machines; max=2147483647)
SpinBetAmount = 0
# Spin behavior mode, 'holding' spins while holding the SpinKey, 'toggleable' toggles spin on/off with the SpinKey. (holding or toggleable)
SpinMode = "toggleable"
After changing "SpinUseYourCash" to "no" it still does nothing
[SpinSlotMachines]
# The KeyCode to spin slot machines, see here for valid value: https://docs.unity3d.com/2022.3/Documentation/ScriptReference/KeyCode.html
SpinKey = "F10"
# The number of slot machines that will be spin. (1-5)
SpinSlotMachinesNumber = 5
# Should the spin use your cash. (yes or no)
SpinUseYourCash = "yes"
# The bet amount that each slot machines will be use. (0=bet amount from the slot machines; max=2147483647)
SpinBetAmount = 0
# Spin behavior mode, 'holding' spins while holding the SpinKey, 'toggleable' toggles spin on/off with the SpinKey. (holding or toggleable)
SpinMode = "holding"