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