#so im trying to make a skript where it sends a tip to a player ever 5 minutes but its different how
1 messages · Page 1 of 1 (latest)
every 5 seconds:
set {_r} to a random integer from 1 to 5
if {_r} is 1:
send "&cTip: 1" to player
stop
if {_r} is 2:
send "&cTip: 2" to player
stop
if {_r} is 3:
send "&cTip: 3" to player
stop
if {_r} is 4:
send "&cTip: 4" to player
stop
if {_r} is 5:
send "&cTip: 5" to player
stop
not home cant test but this should to the job.
just an FYI, that code won't work because there are no players in a periodical event
i was in school, loop all player's and change player to loop-player
Or use a broadcast
or send "e" to all players
why do that when have broadcast