Ok so i have these emojis that are pre-defined in a rescource pack as \uE001 however when i try say them in this skript code
where {SecondaryEmoji%loop-player} has been pre-defined
However the output is just this
If you guys could tell me how to fix this or if u just have an alternate way of doing this please let me know!
Code:
send actionbar "<bold>%{PrimaryEmoji%loop-player%}%[READY] %{SecondaryEmoji%loop-player%}%[READY] " to loop-player
where {SecondaryEmoji%loop-player} has been pre-defined
Code:
set {SecondaryEmoji%player%} to "\uE001"
If you guys could tell me how to fix this or if u just have an alternate way of doing this please let me know!