Open Anoyinguser opened 2 weeks ago
Use the isRunning(scriptFile:String)
function to check if your script is running or not, and also double check the path since the workspace directory for addLuaScript is "currentModDirectory" so if you wanna run a script inside the images folder you need to do addLuaScript('images/script.lua')
Describe your problem here.
i just try tu use addLuaScript() command, and i tried with my lua modchart tool (grooving modchart framework) and i dont know what happends exactly but i think it don't recognize the comand or something
Are you modding a build from source or with Lua?
Lua
What is your build target?
Windows x64
Did you edit anything in this build? If so, mention or summarize your changes.
No response