Post
Topic
Board Gambling
Re: Seuntjies DiceBot -Multi-Site, multi-strategy betting bot for dice. With Charts!
by
thenerdyone314
on 22/08/2020, 02:54:05 UTC
Yeah... I'm an idiot... but, in my defense, I've been doing mostly Python programming lately!! Tongue The correct the syntax for "combining" multiple outputs for a print() statement in LUA is ".." not "," Roll Eyes Roll Eyes

Try:
Code:
function dobet()
    print("Roll: " .. lastBet.Roll)
    if (lastBet.Roll < 3.3 or lastBet.Roll > 96.7) then
        chance = 49.1089
    end
...


Lol, i probably could have just looked up how to do a print function, but it all looked good to me so I didn't. Lemme try that one.