annuncio

Comprimi
Ancora nessun annuncio.

[EASYUO] schisofrenick games ))

Comprimi
X
 
  • Filtro
  • Ora
  • Visualizza
Elimina tutto
nuovi messaggi

  • [EASYUO] schisofrenick games ))

    if u realy like it, beware

    Colours
    codice:
    event exMsg #charid 0 #random What the next colour?
    wait 20
    XO
    codice:
    loop
        gosub takerandom 2
        if #result = 1
           event exMsg #charid 0 0 X
        else
            event exMsg #charid 0 0 O
        wait 40
    
    goto loop
    
    sub takerandom
    takerandomagain:
          set %del 1000 / %1
          set %result #random / %del + 1
          if %result > %1
             goto takerandomagain
    return %result
    Numeric
    codice:
    loop
        gosub takerandom 10
        event exMsg #charid 0 0 #result
        wait 20
    
    goto loop
    
    sub takerandom
    takerandomagain:
          set %del 1000 / %1
          set %result #random / %del + 1
          if %result > %1
             goto takerandomagain
    return %result
Sto operando...
X