📜  从其他脚本调用函数,第 2 部分 - 任何代码示例

📅  最后修改于: 2022-03-11 14:57:26.095000             🧑  作者: Mango

代码示例1
repeat wait() until _G.myFunction() --wait until script has loaded, otherwise errors i think
_G.myFunction() --calling the function