skRayFall

skRayFall

297k Downloads

Variables on Scoreboard (read comment)

HonestlyPizza opened this issue · 0 comments

commented

Basically I want to make something on my scoreboard where like
` if "{zombiet1::%loop-player%}" is "1":
wipe loop-player's sidebar
set {_tokens} to {tokens::%loop-player%}
if {_tokens} is not set:
set {_tokens} to 0
set {_bal} to balance of loop-player
replace all ",", " " and "$" with "" in {_bal}
set {_bal} to format({_bal})
set name of sidebar of loop-player to "&e&lSKYBLOCK"
set score "&aSkyblock &8m1H" in sidebar of loop-player to 13
set score "&f" in sidebar of loop-player to 12
set score "&f1st of Spring" in sidebar of loop-player to 11
set score "&712:00 &e☀" in sidebar of loop-player to 10
set score "&b☫&a Village" in sidebar of loop-player to 9
set score "&1 " in sidebar of loop-player to 8
set score "&fPurse: &6%{_bal}%" in sidebar of loop-player to 7
set score "&fBits: &b%format({_tokens})%" in sidebar of loop-player to 6
set score "&1" in sidebar of loop-player to 5
set score "&fSlayer Quest" in sidebar of loop-player to 4
set score "&aRevenant Horror I" in sidebar of loop-player to 5
set score "&7 (%{slayert1.%loop-player%}%) Combat XP" in sidebar of loop-player to 5
set score "&1" in sidebar of loop-player to 5
set score "&ePizzaBlockX.minehut.gg" in sidebar of loop-player to 4`
And it says There's no loop that matches 'loop-player' "{zombiet1::%loop-player%}" is "1":

Please help!