Solved error, config and language files creating

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

Flajakay

Active Member
Jul 29, 2018
55
1
8
Dnepr, Ukraine
[20:00:31 ERROR]: [Skript] can't understand this condition: 'folder "plugins/RaceS/" doesn't exist' (racesystem.sk, line 4: if folder "plugins/RaceS/" doesn't exist:')
[20:00:31 ERROR]: [Skript] can't understand this condition: 'folder "plugins/RaceS/Language" doesn't exist' (racesystem.sk, line 6: if folder "plugins/RaceS/Language" doesn't exist:')
[20:00:31 ERROR]: [Skript] Can't understand this condition/effect: wf "# there is my text" to "plugins/RaceS/Language/ru_RU.yml" (racesystem.sk, line 10: wf "## there is my text" to "plugins/RaceS/Language/ru_RU.yml"')
What could be the problem?
 
Show your code
Tell us which version/author of skript youre using (without saying latest)
Let us know which add-ons youre using for that syntax
[doublepost=1532887712,1532887147][/doublepost]
[20:00:31 ERROR]: [Skript] can't understand this condition: 'folder "plugins/RaceS/" doesn't exist' (racesystem.sk, line 4: if folder "plugins/RaceS/" doesn't exist:')
[20:00:31 ERROR]: [Skript] can't understand this condition: 'folder "plugins/RaceS/Language" doesn't exist' (racesystem.sk, line 6: if folder "plugins/RaceS/Language" doesn't exist:')
[20:00:31 ERROR]: [Skript] Can't understand this condition/effect: wf "# there is my text" to "plugins/RaceS/Language/ru_RU.yml" (racesystem.sk, line 10: wf "## there is my text" to "plugins/RaceS/Language/ru_RU.yml"')
What could be the problem?
I think I found your problem.
So I noticed an earlier post you were using SkQuery for checking for a file. Well SkQuery doesn't have a syntax for checking for folder, that is WildSkript
https://docs.skunity.com/syntax/conditions/File Exists
 
Thanks.
Show your code
Tell us which version/author of skript youre using (without saying latest)
Let us know which add-ons youre using for that syntax
[doublepost=1532887712,1532887147][/doublepost]
I think I found your problem.
So I noticed an earlier post you were using SkQuery for checking for a file. Well SkQuery doesn't have a syntax for checking for folder, that is WildSkript
https://docs.skunity.com/syntax/conditions/File Exists
 
Youre welcome
I have a feeling there is another addon for this, Im not entirely sure which one. I will see if I can find out for you.
WildSkript is hard to download because it was abandoned so long ago.
[doublepost=1532888311,1532888049][/doublepost]Okay, I didn't think to search for dir/directory but here is what you are looking for, Skutilities can make this for you
https://docs.skunity.com/syntax/conditions/File Exists
This link loads and shows wild skript first, but its the one right below it
 
Youre welcome
I have a feeling there is another addon for this, Im not entirely sure which one. I will see if I can find out for you.
WildSkript is hard to download because it was abandoned so long ago.
[doublepost=1532888311,1532888049][/doublepost]Okay, I didn't think to search for dir/directory but here is what you are looking for, Skutilities can make this for you
https://docs.skunity.com/syntax/conditions/File Exists
This link loads and shows wild skript first, but its the one right below it
Thanks a lot again.
 
Status
Not open for further replies.