This repository has been archived on 2026-04-30. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
Tortuga/rsc/scripts/map_maker.lua
T
Kayne Ruse 8e97de6979 Added the scripts directory to lua's path
This will allow modules.
2014-09-29 23:42:40 +10:00

7 lines
100 B
Lua

local mapMaker = {}
function mapMaker.foo()
print("--> Hello map maker! <--")
end
return mapMaker