#is there a way to make triggers happen in order

1 messages · Page 1 of 1 (latest)

fleet cypress
#
    permission: game.start
    trigger:
        send title "&lGame Will Begin in &e&l10 &f&lSeconds" with subtitle "Please stand by..." to all players for 5 seconds
        send title "&l5)" to all players for 1 second
        send title "&l4)" to all players for 1 second
        send title "&c&l3)" to all players for 1 second
        send title "&c&l2)" to all players for 1 second
        send title "&c&l1)" to all players for 1 second
        send title "&c&l1)" to all players for 1 second
        send title "&f&lSTART" to all players for 1 second

How do I make this so that instead of the triggers happening all at once, it happens one after the other

hushed fulcrum
#

add waits

#

also you send 1 twice

#

you can also do this easily with a loop