Vixio loop problem

  • 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.

titustitus98

Member
Feb 19, 2018
47
0
6
25
Skript Version: Dev37c
Skript Author:Bensku
Minecraft Version:1.12
---
Full Code:

code_language.skript:
every hour:
    loop all discord users:
        if {hourpoints::%loop-member%} < 5:
            remove 1 from {points::%loop-member%}
            set {hourpoints::%loop-member%}
            if {points::%loop-member%} <= 0:
                set {points::%loop-member%} to 0
        else set {hourpoints::%loop-member%} to 0

Errors on Reload:

code_language.skript:
03.12 13:10:32 [Server] ERROR Can't understand this loop: 'loop discord members of guild with id "330907956621344770"' (zlixerbutler.sk, line 50: loop discord members of guild with id "330907956621344770":')

Console Errors: (if applicable)

code_language.skript:
03.12 13:10:32 [Server] ERROR Can't understand this loop: 'loop discord members of guild with id "330907956621344770"' (zlixerbutler.sk, line 50: loop discord members of guild with id "330907956621344770":')

Other Useful Info:
I am trying to loop all the members of a discord server but i cannot find the correct loop, so if anyone here could point out the correct one i would be very gratefull.

Addons using (including versions):
Vixio 2.0.0

Troubleshooting:

Have you tried searching the docs? Yes
Have you tried searching the forums? Yes
What other methods have you tried to fix it? I tried asking on the discord group aand the github page of Vixio but got no answer.
 
I don’t know anything about Vixio and I’m on my phone so I can’t really do a ton of research but it seems like your error is on a line of code that isn’t posted?
 
Status
Not open for further replies.