Get errors when reloading a script file

  • 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 community!

    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!

MegaOwu228

Member
Nov 10, 2024
2
0
1
Hi all! Please help me when I get errors when reloading a script file.
For example, when reloading the script:
on join:
send "" to superPlayer

I get error: Can't understand this condition/effect: send "" to superPlayer
and saves it to a variable.
I tried skirt, but it just doesn't fit version 1.20.4! Help me please!!!
 
Hi all! Please help me when I get errors when reloading a script file.
For example, when reloading the script:
on join:
send "" to superPlayer

I get error: Can't understand this condition/effect: send "" to superPlayer
and saves it to a variable.
I tried skirt, but it just doesn't fit version 1.20.4! Help me please!!!
UHM PLEASE PROVIDE THE FULL CODE BC I DON'T KNOW HOW TO HELP YOU WITHOUT CONTEXT-
 
why can't you just do send "" to player or send "" to {superPlayer}
 
you didn't understand me. I'm making a mode where each player can create their own world with code. The player writes the code and saves it, after which the script plugin itself generates script files for his world. I need to make sure that when a new script file is created, it is reloaded and all errors when it is reloaded are saved so that I can write about it to the player and he I was able to fix my code.
 
you didn't understand me. I'm making a mode where each player can create their own world with code. The player writes the code and saves it, after which the script plugin itself generates script files for his world. I need to make sure that when a new script file is created, it is reloaded and all errors when it is reloaded are saved so that I can write about it to the player and he I was able to fix my code.
Use list variables

I can't help much rn since I'm on mobile