Jyjudefefub Posted January 3 Share Posted January 3 Hi. Moved from lua and Seuntjies DiceBot here... Cant figure out how to use my current bet win as next bet. lua : if win then nextbet = currentprofit I understand logic here but cant find currentprofit equivalent: if (payout > 1) { currentBet = ? Thank you. Link to comment Share on other sites More sharing options...
Jyjudefefub Posted January 4 Author Share Posted January 4 Found it. if (payout > 1) { var netwin = currentBet * currentPayout; Link to comment Share on other sites More sharing options...
Recommended Posts
You need to be a member in order to leave a comment
Sign up for a new account in our community. It's easy!
Register a new accountAlready have an account? Sign in here.
Sign In Now