Established a connection between the Region objects and lua

This commit is contained in:
Kayne Ruse
2014-03-28 04:11:34 +11:00
parent 38b603fc8f
commit 4cff57fe71
5 changed files with 58 additions and 4 deletions
+5 -1
View File
@@ -1 +1,5 @@
print("Lua script check OK")
print("Lua script check OK (./rsc)")
function CreateRegion(r)
print(Region.GetX(r), Region.GetY(r))
end