Add dynamic event start script

This commit is contained in:
D4rkl1ght3r
2024-10-31 20:44:46 +01:00
parent 9f7e59fe71
commit 8b14f240e7
2 changed files with 5 additions and 0 deletions

View File

5
EXE/REM/Lua/start.lua Normal file
View 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)