#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)

deep mural
#

You could make it so its every five minutes and it chooses a random msg or you can track the sent msgs and send them in a order.

barren tartan
#
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.

timid ridge
#

make a list of tips

#

choose a random element out of the list

#

send it to the player

kindred knoll
barren tartan
#

i was in school, loop all player's and change player to loop-player

strange whale
#

Or use a broadcast

mossy flower
#

or send "e" to all players

timid ridge
#

why do that when have broadcast