Add script context
This commit is contained in:
@@ -1 +1,7 @@
|
||||
print("Test Lua script")
|
||||
function testFunction()
|
||||
print("Hello from testFunction!")
|
||||
end
|
||||
|
||||
function doAdd(a, b)
|
||||
return a + b
|
||||
end
|
||||
Reference in New Issue
Block a user