Update luastart.lua
This commit is contained in:
0
EXE/REM/Lua/DYNAMIC/toledo.txt
Normal file
0
EXE/REM/Lua/DYNAMIC/toledo.txt
Normal file
@@ -57,3 +57,13 @@ if fileManhattan then
|
|||||||
else
|
else
|
||||||
print("Error while opening manhattan.txt")
|
print("Error while opening manhattan.txt")
|
||||||
end
|
end
|
||||||
|
|
||||||
|
local toledo_gen = "origin"
|
||||||
|
local fileToledo = io.open(".\\REM\\LUA\\DYNAMIC\\toledo.txt", "w")
|
||||||
|
if fileToledo then
|
||||||
|
fileToledo:write(toledo_gen)
|
||||||
|
fileToledo:close()
|
||||||
|
print("Setting Toledo Scene to " .. toledo_gen)
|
||||||
|
else
|
||||||
|
print("Error while opening toledo.txt")
|
||||||
|
end
|
||||||
Reference in New Issue
Block a user