bookrunner/init.lua

6 lines
119 B
Lua
Raw Normal View History

2022-11-29 11:48:52 -08:00
futil.check_version({ year = 2022, month = 10, day = 24 })
2022-09-30 10:12:14 -07:00
2022-11-29 11:48:52 -08:00
book_runner = fmod.create()
2022-09-30 10:12:14 -07:00
book_runner.dofile("command")