• Welcome to skUnity!

    Welcome to skUnity! This is a forum where members of the Skript community can communicate and interact. Skript Resource Creators can post their Resources for all to see and use.

    If you haven't done so already, feel free to join our official Discord server to expand your level of interaction with the comminuty!

    Now, what are you waiting for? Join the community now!

  • LOOKING FOR A VERSION OF SKRIPT?

    You can always check out skUnity Downloads for downloads and any other information about Skript!

Status
Not open for further replies.

Skoll

Active Member
Sep 2, 2020
65
6
8
28
I'm trying this:
Code:
command modocontrole:
           loop all players:
                if {mode.control.%loop-player%} is "false":
                    make loop-player glow with color "WHITE" for player

This is a part of my code, of course. But I'm getting this error:
[Server thread/ERROR]: [Skript] Can't understand this condition/effect: make loop-player glow with color "WHITE" for player (survival_hard_conditions.sk, line 476: make loop-player glow with color "WHITE" for player')

I already tried to put morkazsk before the effect, but nothing, return same error, but with morkazsk before "make"

This effect changed, was removed or something?
How can I make specific players glow to another specific player?
Thank you in advance for reading this, and so much for reply.

Note: There's no error in console but the mentioned above. Morkazsk was loaded successfuly.
 
Status
Not open for further replies.