#runCommand
1 messages · Page 1 of 1 (latest)
System.runInterval(() => {
if player.hastag('') {
}
})
Oh ok just that
1 messages · Page 1 of 1 (latest)
How can I run a command that will loop only if the player has a certain tag ?
System.runInterval(() => {
if player.hastag('') {
}
})
Oh ok just that