#health tag skript

1 messages · Page 1 of 1 (latest)

ruby berry
#

i trying to make skript health tag but parser say your skript has error

#
    while player is online:
        set {_health} to player's health
        set score "&c❤️" below player to {_health} for player
        wait 1 tick```
zinc spruce
ruby berry
arctic cape
#

@ruby berry

#

Use this for normal generic skript because it has no supoirt

#
    execute console command "scoreboard objectives add Health dummy &c❤️"
    execute console command "scoreboard objectives setdisplay belowname Health"
    while player is online:
        set {_health} to player's health
        execute console command "scoreboard players set %player% Health {_health}"
        wait 20 ticks
#

If you have skquery try this

#
    while player is online:
        set {_health} to player's health
        set score "&c❤️" of player to {_health}
        wait 20 ticks
ruby berry
#

i have skbee and skquery

ruby berry
arctic cape
#

@ruby berry

ruby berry
#

line 5 error

arctic cape
#

What part of it

ruby berry
# arctic cape What part of it

on join:
while player is online:
set {_health} to player's health
set score "&c❤️" of player to {_health}
wait 20 tick

#

this doesn't work

zinc spruce
#

also use code blocks

ruby berry
#

Error on
Line 4
Goto Line
Can't understand this condition/effect: set score "&c❤️" of player to {_health}
set score "&c❤️" of player to {_health}

zinc spruce
#

Is that the right syntax?

#

Can’t understand condition/effect is always a syntax issue or a typo