I know im bad at this but I cant really start of with something good can someone help me?

Code:
:start:
on *:TEXT:*!roulette*:#: {
  if (nick == tusk3n) {
  /timerroulette 1 61 msg $chan !roulette 1
}

on *:ACTION:*TUSK3N_ won 1 points*
    if (nick == bot) {
    goto start
}

on *:ACTION:*TUSK3N lost 1 points*:#: {
     if (nick == bot) {
     /timerroulettelost 1 61 msg $chan !roulette 2
}


This is not how you do it but I am trying. smirk


EDIT: I just found out that this metod is called "Martingale" so I need a martingale script for roulette.

Last edited by TUSK3N; 09/04/16 06:40 PM.