#Can't Get the Right Syntax
1 messages · Page 1 of 1 (latest)
sorry sorry probably best to just look at the last few lines
hold on
let me send the right code
set {_msg} to "&e&l" parsed as "&"
add "%name of loop-player%: " to {_msg}
add "%{_color}%%{_lvl}%%{_suffix}%" to {_msg}
send {_msg} to player
and
set {_name} to name of {_target}
set {_msg} to "&e&l" parsed as "&"
add "%{_name}%'s LEVEL: " to {_msg}
add "%{_color}%%{_lvl}%%{_suffix}%" to {_msg}
send {_msg} to player
Nono it just doesn't return anything
I have an older version of the code that did return {_lvl} that was formatted correctly
any errors?
nope
Code that returns {_lvl}
set {_msg} to "&e&l%name of loop-player%: %{_color}%{_lvl}%{_suffix}%"
send {_msg} to player
```and
set {_name} to name of {_target}
set {_msg} to "&e&l%{_name}%’s LEVEL: %{_color}%{_lvl}%{_suffix}%"
send {_msg} to player
This is an earlier iteration when I was trying to debug the {_lvl} thing
sooo
okay i reimplemented the old logic
i just want the value to appear not the text {_lvl}
oh do i just remove all the percentages there
Im prolly leading u in the wrong direction cuh
Its like
Send ”%{_lvl}%“ to player
Should send you the lvl
U dont need
To set everything else
To a variavle
To add it
To a message
Thats like
All i can tell u
alright thanks man
Also sorry that its not formatted
I cant find the character on mobile