Search found 1 match
- Sun Jan 01, 2017 6:40 pm
- Forum: Support and Development
- Topic: "Questions that don't deserve their own thread" thread
- Replies: 905
- Views: 445537
Re: "Questions that don't deserve their own thread" thread
I'm fairly new to lua, coming from C++ mainly, and cant get file/function loading to work just right. dofile() never seemed to work, so I tried require() require() worked until I attempted to call the main function of the file. main.lua function love.load() local menuFunction = require "menuFil...