Prog
This commit is contained in:
@@ -1,7 +1,3 @@
|
||||
function testFunction()
|
||||
print("Hello from testFunction!")
|
||||
end
|
||||
player = entityAdd(ENTITY_TYPE_PLAYER, 3, 6, 1)
|
||||
|
||||
function doAdd(a, b)
|
||||
return a + b
|
||||
end
|
||||
print("Player entity ID: " .. player)
|
||||
Reference in New Issue
Block a user