Add dynamic event start script
This commit is contained in:
5
EXE/REM/Lua/start.lua
Normal file
5
EXE/REM/Lua/start.lua
Normal file
@@ -0,0 +1,5 @@
|
||||
months_gen = os.date("%B")
|
||||
-- months_gen = "December"
|
||||
io.output("DYNAMIC/months.txt")
|
||||
io.write(months_gen)
|
||||
print(months_gen)
|
||||
Reference in New Issue
Block a user