Hello!
I have a loop with the values "Fussel, a, b"
If I run:
It matches (returns true) all players starting with Fussel (such as Fusseldieb), annie and bia...
Is there a way to exact match the loop-value without "loop all players" (due to performance reasons)?
Thanks in advance for any help!
[doublepost=1643847549,1643817232][/doublepost]As mentioned by the awesome people on SkUnity's Discord:
Works
I have a loop with the values "Fussel, a, b"
If I run:
Code:
if loop-value parsed as player is online:
It matches (returns true) all players starting with Fussel (such as Fusseldieb), annie and bia...
Is there a way to exact match the loop-value without "loop all players" (due to performance reasons)?
Thanks in advance for any help!
[doublepost=1643847549,1643817232][/doublepost]As mentioned by the awesome people on SkUnity's Discord:
Code:
if loop-value parsed as offline player is online:
Works