#health tag skript
1 messages · Page 1 of 1 (latest)
while player is online:
set {_health} to player's health
set score "&c❤️" below player to {_health} for player
wait 1 tick```
well, whats the error?
set score "&c❤️" below player to {_health} for player
@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
this not working
i have skbee and skquery
this working with player bedrock?
Use this then
@ruby berry
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
thats the line, not the error
also use code blocks
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}
Is that the right syntax?
Can’t understand condition/effect is always a syntax issue or a typo
how i can fix it?