Solved #Close

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

GK_Nico

Member
Jan 6, 2019
31
0
0
32
Hello I have a auktionshaus which unfortunately is not 100% could I tell anyone what is the error here?

here the error message I get when reloading


Code: https://pastebin.com/p8bgeJ61

ErrorCode:
Code:
>sk reload auktionshaus
[00:34:27 INFO]: [Skript] Reloading auktionshaus.sk...
[00:34:27 ERROR]: can't understand this condition: '"%arg-2%" regex matches "\d+"' (auktionshaus.sk, line 27: if "%arg-2%" regex matches "\d+":')
[00:34:27 ERROR]: 'else' has to be placed just after an 'if' or 'else if' section (auktionshaus.sk, line 54: else:')
[00:34:27 ERROR]: can't understand this condition: '"%arg-2%" regex matches "\d+"' (auktionshaus.sk, line 60: if "%arg-2%" regex matches "\d+":')
[00:34:27 ERROR]: 'else' has to be placed just after an 'if' or 'else if' section (auktionshaus.sk, line 126: else:')
[00:34:27 ERROR]: can't understand this condition: '"%arg-2%" regex matches "\d+"' (auktionshaus.sk, line 132: if "%arg-2%" regex matches "\d+":')
[00:34:27 ERROR]: 'else' has to be placed just after an 'if' or 'else if' section (auktionshaus.sk, line 171: else:')
[00:34:27 ERROR]: can't understand this condition: '"%arg-1%" regex matches "\d+"' (auktionshaus.sk, line 210: if "%arg-1%" regex matches "\d+":')
[00:34:27 ERROR]: 'else' has to be placed just after an 'if' or 'else if' section (auktionshaus.sk, line 216: else:')
 
Hello I have a auktionshaus which unfortunately is not 100% could I tell anyone what is the error here?

here the error message I get when reloading


Code: https://pastebin.com/p8bgeJ61

ErrorCode:
Code:
>sk reload auktionshaus
[00:34:27 INFO]: [Skript] Reloading auktionshaus.sk...
[00:34:27 ERROR]: can't understand this condition: '"%arg-2%" regex matches "\d+"' (auktionshaus.sk, line 27: if "%arg-2%" regex matches "\d+":')
[00:34:27 ERROR]: 'else' has to be placed just after an 'if' or 'else if' section (auktionshaus.sk, line 54: else:')
[00:34:27 ERROR]: can't understand this condition: '"%arg-2%" regex matches "\d+"' (auktionshaus.sk, line 60: if "%arg-2%" regex matches "\d+":')
[00:34:27 ERROR]: 'else' has to be placed just after an 'if' or 'else if' section (auktionshaus.sk, line 126: else:')
[00:34:27 ERROR]: can't understand this condition: '"%arg-2%" regex matches "\d+"' (auktionshaus.sk, line 132: if "%arg-2%" regex matches "\d+":')
[00:34:27 ERROR]: 'else' has to be placed just after an 'if' or 'else if' section (auktionshaus.sk, line 171: else:')
[00:34:27 ERROR]: can't understand this condition: '"%arg-1%" regex matches "\d+"' (auktionshaus.sk, line 210: if "%arg-1%" regex matches "\d+":')
[00:34:27 ERROR]: 'else' has to be placed just after an 'if' or 'else if' section (auktionshaus.sk, line 216: else:')
The script requires TuSKe
 
Status
Not open for further replies.