Hey Skunity.
I got this wierd error that i hope you guys can help me with.
I have tryed alot of diffrents method's and the best one i came to was this:
The code work, but the else statement returns with the message even if the if statmen condition is met.
And if the if statements dosent work, then it returns with a double message
So how to make the else stop messaging if the if-statement is met?
I got this wierd error that i hope you guys can help me with.
I have tryed alot of diffrents method's and the best one i came to was this:
code_language.skript:
Loop {team.existing::*}:
if arg-2 is loop-value:
message ""
else:
message ""
And if the if statements dosent work, then it returns with a double message
So how to make the else stop messaging if the if-statement is met?