Jak ustawić w tym skrypcie żeby nie było losowo ? chodzi mi o to że np co 2 minuty wysyla sie wiadomosc 1 pozniej 2 pozniej 3 itd
every minute:
set {_a} to random integer from 0 to 8
if {_a} is 0:
send "tekst" to all players
if {_a} is 1:
send "tekst" to all players
if {_a} is 2:
send "tekst" to all players
if {_a} is 3:
send "tekst" to all players
if {_a} is 4:
send "tekst" to all players
if {_a} is 5:
send "tekst" to all players
if {_a} is 6:
send "tekst" to all players
if {_a} is 7:
send "tekst!" to all players
if {_a} is 8:
send "tekst" to all players
Pytanie
Shado 4
Jak ustawić w tym skrypcie żeby nie było losowo ? chodzi mi o to że np co 2 minuty wysyla sie wiadomosc 1 pozniej 2 pozniej 3 itd
every minute: set {_a} to random integer from 0 to 8 if {_a} is 0: send "tekst" to all players if {_a} is 1: send "tekst" to all players if {_a} is 2: send "tekst" to all players if {_a} is 3: send "tekst" to all players if {_a} is 4: send "tekst" to all players if {_a} is 5: send "tekst" to all players if {_a} is 6: send "tekst" to all players if {_a} is 7: send "tekst!" to all players if {_a} is 8: send "tekst" to all players
Wstawiam w code
Notatka dodana przez HeezQ
Odnośnik do komentarza
Udostępnij na innych stronach
4 odpowiedzi na to pytanie
Rekomendowane odpowiedzi
Dołącz do dyskusji
Możesz dodać zawartość już teraz a zarejestrować się później. Jeśli posiadasz już konto, zaloguj się aby dodać zawartość za jego pomocą.