Results 5 comments of yourtime

Me too, Please offer the options to disable it

#2 How to use multiple "Speech Code" in speech node? It seems "current" variable change every time with process function called.

#3 4. File dialogs require pressing the "Save/Load" button at the end. Adding ".json" is also needed, and there might be an overwrite message for no reason as well. Fix:...

It's my code path. I use Love2D engine, and running by cmd on Windows. Sure, the location is the last one that IDE adds, but lacks semicolon. The engine generate...

Code in main.lua ``` package.path = package.path .. ';engine/?.lua;engine/SLAXML-master/?.lua;engine/middleclass-master/?.lua' print(package.path) ``` Output in Cmd: ``` D:\PersonalFiles\Love\p1>love.exe ../p1 .\?.lua;D:\NormalPrograms\LOVE\lua\?.lua;D:\NormalPrograms\LOVE\lua\?\init.lua;;engine/?.lua;engine/SLAXML-master/?.lua;engine/middleclass-master/?.lua ``` Look path before my added path, you will find two semicolon....