#loop value
1 messages · Page 1 of 1 (latest)
No im not
Skript does not accept styled quotes
but thats not the error its the loop
then why i dont get an error when i remove the value from the loop?
Do you want to fix the unacceptable quotes first?
I'd suggest trying the normal quotes, and if it still does not work, send some more code and we'll be able to look at the loop, since you're convinced it is the problem.
By the way, I don't think it looks good for you because I have a texture pack attached to him with custom letters
I guess time to send more codes with it
ok then it is a texture pack ig, can you send your code
if "%region at loop-player%" contains "plot_124":
loop ({_time} / {_update}) times:
send "&7Tijd: &c%{_time} - ((loop-value) * {_update})%&7s" to loop-value-5-player
wait {_wait}
what is that indentation
loop-value-5-player? 🤨
What's this doing here?
yes script says that I have to put a value on it but I don't know how. that's my question too.
its loop-%classinfo%-<the loop number>
loop-value-5?
What is the class info then?
the type
player, number, string, value, etc
you use them depending on what youre looping
so ```loop-%value%-5-player
because I'm trying to send a player something
ok? you dont need -player
can you not send those 3 lines how they will work? maybe I understand what you mean and then I can use that
Oh my, cough cough
yes one says this the other says that, I don't get it either
but when it is in the code, it still gives an error so we try something else
Based on your code, you only have a loop inside a loop
loop-value-2 should work
and the loop-value, change to loop-value-1
But the error doesnt makes sense if the issue is loop-value
yes, that's what I thought too, but when I make it a loop-player it gives another error, the error that I have to use value
You have a loop inside another loop
what do you mean?
If you use loop-value it will error as there are 2 answers it can get, hence we do loop-value-1 or loop-value-2
You can see his code, this code is inside another loop
can you edit the lines so we can copy paste it
eh
@hot grotto come spoonfedd
so the ((loop-value) needs to be removed?