Search found 3 matches

by mitzi65
Fri Jan 06, 2017 2:44 pm
Forum: Support and Development
Topic: Can't make require function work [SOLVED]
Replies: 11
Views: 7515

Re: Can't make require function work

Oh, it worked! Thank you very much guys!
by mitzi65
Fri Jan 06, 2017 1:17 pm
Forum: Support and Development
Topic: Can't make require function work [SOLVED]
Replies: 11
Views: 7515

Re: Can't make require function work

Thanks for the welcome! Yep,I did. The STI folder is on the same folder as main.lua. I noticed something weird about my problem too, the require function is not working when I am using it without Löve too (just as pure lua code). Could therebr a problem with my environment variables since I am using...
by mitzi65
Fri Jan 06, 2017 2:48 am
Forum: Support and Development
Topic: Can't make require function work [SOLVED]
Replies: 11
Views: 7515

Can't make require function work [SOLVED]

Hey people, I was trying to follow the tutorial about Simple Tiled Implementation in Lua Space and I got some errors regarding the require function. The error message is the following: Untitled.png And the only code I have wrote about it until now is that: local sti = require "sti" functio...