#HasTag?

1 messages · Page 1 of 1 (latest)

maiden fjord
#

Can anyone help me, I need a function of has tag that see if the specific player has the tag, like hasTag(player, tag)

primal wigeon
#

If (player.hastag("tag")) {}

maiden fjord
#

hmm what I need is like in a specific player

hasTag('CooperL', 'ZonePASSED')

like that

proud sail
#

why

maiden fjord
#

so I can check if that player has that tag, it's for my custom command

proud sail
#

if (player.name === “CooperL” && player.hasTag(“ZonePASSED”)

maiden fjord
#

Aight, I'll try thankss

maiden fjord
proud sail
#

show code