Answers for "how to run a lua script from command line"

Lua
0

run a function in lua

local function GoodFunction() --Replace GoodFunction With Your Function Name
	--Your Script Here
end

GoodFunction() --Replace GoodFunction Wiht Your Function Name
Posted by: Guest on December-09-2021

Code answers related to "how to run a lua script from command line"

Browse Popular Code Answers by Language