added escape sequences to arbitrary strings; reworked callback system

This commit is contained in:
Redo
2019-04-12 23:58:04 -05:00
parent d47e6a50dc
commit 518deaca68
4 changed files with 190 additions and 152 deletions

View File

@@ -121,7 +121,7 @@ function llr(){
deleteVariables("$LuaLogic*");
$LuaLogic::Path = %path;
resetAllOpCallFunc();
//resetAllOpCallFunc();
exec("./lualogic.cs");
schedule(3000, 0, lualogic_connect, 25000);
}