#runCommand

1 messages · Page 1 of 1 (latest)

halcyon flicker
#

How can I run a command that will loop only if the player has a certain tag ?

mental totem
#
System.runInterval(() => {
if player.hastag('') {

}
})
halcyon flicker