that's funny

Code: Select all
import "mod_assets/scripts/functions.lua"
Code: Select all
import "mod_assets/scripts/functions.lua"
This isn't true at all. How would that even work? import just runs the file you give it and returns whatever that file's main function returned, it doesn't do anything else.