#Broadcast issues

1 messages · Page 1 of 1 (latest)

frank fable
#

Trying to make a loop of 2 broadcasts, but it only ever broadcast the second one.
Code:

    loop 250 times:
        broadcast "&e"
        broadcast "&4&lFEARGENS Announcement:"
        broadcast "&fRemember to join the discord, /discord !"
        broadcast "&fEvery 15 members we host a KeyAll!"
        broadcast "&e"
        play sound "minecraft:entity.firework_rocket.launch" to all players
        wait 15 minutes
        broadcast "&e"
        broadcast "&4&lFEARGENS Announcement:"
        broadcast "&fPurchasing Ranks and Keys can enhance your playing experience!"
        broadcast "&fGet the store link at /store or /buy."
        broadcast "&e"
        play sound "minecraft:entity.firework_rocket.launch" to all players        
        wait 15 minutes```
It only ever shows the store one, never the discord one.
#

Nevermind, fixed

sick patio
frank fable