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
@@ -66,4 +66,14 @@ if fileToledo then
|
||||
print("Setting Toledo Scene to " .. toledo_gen)
|
||||
else
|
||||
print("Error while opening toledo.txt")
|
||||
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