Title:no_nut_november_betting
Sex: Female F Male F Trans F
Require:
Limits:
; wheel of misfortune for no nut november
;
function:addChastityForThomasOrChissoku
  if: ('SNAME' == 'Thomas3' || 'SNAME' == 'Chissoku') && INCHASTITY
    show:Oh it's you, SNAME. So I will first add an hour of chastity to you.
    log: Added an hour of chastity to SNAME
    ; addchastity:1hours
    button:Thank you DTITLE
  fi:
end:
;
show:Welcome to the wheel of misfortune
wait:3
call:addChastityForThomasOrChissoku
show:You can now click the button to spin the wheel.
button:spin wheel
log:SNAME is spinning the denial december wheel. The result is:
settemp1:Math.floor((Math.random() * 10) + 1)
if: TEMP1 == 1
  assign:result:'One day of chastity added for Chissoku'
fi:
if: TEMP1 == 2
  assign:result:'One day of chastity added for Thomas'
fi:
if: TEMP1 == 3
  assign:result:'one extra task to get out of chastity added for Chissoku'
fi:
if: TEMP1 == 4
  assign:result:'one extra task to get out of chastity added for Thomas'
fi:
if: TEMP1 == 5 || TEMP1 ==6
  assign:result:'one monthly task added for Loser'
fi:
if: TEMP1 == 7 || TEMP1 ==8
  assign:result:'one monthly task added for TittyTwister'
fi:
if: TEMP1 == 9
  assign:result:'chissoku has to run chastity typing task'
fi:
if: TEMP1 == 10
  assign:result:'thomas has to run chastity typing task'
fi:
show:And your result is...
wait:5
show:$result
log:$result
button:Thank you DTITLE
;

</code>