Lua autorun, fixes #99
This commit is contained in:
parent
fed38185fd
commit
e420ee51b1
@ -225,6 +225,8 @@ tpt.partsdata = nil");
|
||||
lua_el_mode[i] = 0;
|
||||
}
|
||||
|
||||
//Autorun
|
||||
luacon_eval("dofile(\"autorun.lua\")"); //Autorun lua script
|
||||
}
|
||||
|
||||
bool LuaScriptInterface::OnBrushChanged(int brushType, int rx, int ry)
|
||||
|
Reference in New Issue
Block a user