So I'm new to programming, and have learned a decent bit of Papyrus. I have never done math within programming, so this might be a dumb question. When I try to multiply an intger variable that I made, it will not work. I have made sure the variable has an assigned value.
Reward = Currentbet * 2
Currentbet has an assigned value when his code is executed, and I want to fill the int: Reward, with: Current bet * 2.
Any help is appreciated.