Add script context
Build Dusk / build-linux (push) Successful in 1m41s
Build Dusk / build-psp (push) Failing after 2m36s
Build Dusk / build-linux (push) Successful in 1m41s
Build Dusk / build-psp (push) Failing after 2m36s
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