variables: {konkurs} = false every 1 hour: if {konkurs} = false: set {konkurs} to true set {a} to random integer between 1 and 99 set {b} to random integer between 1 and 99 set {c} to {a}+{b} broadcast "&f&lKONKURS &8» &3Kto pierwszy obliczy ile to %{a}% + %{b}% i napisze na czacie wynik otrzyma 3k$!" stop on chat: if {konkurs} = true: if message is "%{c}%": set {konkurs} to false add 3000 to player's balance broadcast "&f&lKONKURS &8» &3%player% obliczył i przepisał jako pierwszy ile to %{a}% + %{b}% i otrzymał 3k$!" stop