A global function named '<function>' a;readu exists in script '<script name>'
NobleSkye opened this issue ยท 7 comments
Skript/Server Version
2.9.4
also 2.9.3
havent tested any other versions
with skript gui but breaks without it
Bug Description
create a function it loads properly and then it on reload again says the function already exits in the function that created this
Expected Behavior
to reload without error and keep the same function name
Steps to Reproduce
create a function ie
function sayhello(p: player):
send "hello" to {_p}
command /hellworld:
trigger:
sayhello(player)
/sk reload helloworld.sk
Errors or Screenshots
Other
No response
Agreement
- I have read the guidelines above and affirm I am following them with this report.
please send the output of /sk info
The issue format requires it but you did not fill it out