Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Hello, I'm attempting to set this up with a friend but I keep getting an error whem running the lua. "NLua.Exceptions.LuaScriptException: error loading module 'effects' from file '.\effects.lua':

    .\effects.lua:44: '}' expected (to close '{' at line 42) near 'enabled'" the script itself seems fine and I have double and triple checked to make sure I was running on version 2.8 with bsnes core and Lua+LuaInterface enabled and reset multiple times but still get that error. Is there something else I'm doing wrong that I'm just missing?

Sorry about that! It looks like there was a small typo in effects.lua. I've uploaded a fixed version. Thanks for letting me know!

No problem! I completely looked over that comma just assumed I was doing something wrong. It looked perfectly fine to me. I swear tiny things like that always sneak up on me when coding lol. Thank you so much for the fix!