Search found 1 match
- Tue Aug 13, 2013 5:11 am
- Forum: Support and Development
- Topic: problems using require("filename.lua")
- Replies: 1
- Views: 970
problems using require("filename.lua")
--EDIT-- I have resolved my problem, instead of 'require("entities.lua")' it should have been 'require("entities")' Sorry for wasting anyones time. --------- so basically what i have is a directory with my main.lua and another .lua file. For instance lets say i have a doesntwork....