If Initializing script Then AutoHandle Winning bets = "Same Bet - Take Winnings" : clear all(checkstacks) EndIf If dice total = 7 Then CheckStack5 = 0 : CheckStack6 = 0 EndIf : "Place 5/9" : If Place5 wins Or Place9 wins Then Add $1 to CheckStack5 EndIf If CheckStack5 = 0 Then Bet $15 on Place5 : Bet $15 on Place9 : Call ON all(inside Place bets) ElseIf CheckStack5 = 1 Then Bet $25 on Place5 : Bet $25 on Place9 EndIf : "Place 6/8" : If Place6 wins Or Place8 wins Then Add $1 to CheckStack6 EndIf If CheckStack6 = 0 Then Bet $18 on Place6 : Bet $18 on Place8 : Call ON all(inside Place bets) ElseIf CheckStack6 = 1 Then Bet $30 on Place6 : Bet $30 on Place8 EndIf