server/scripts/reports.lua
Enno Rehling 61a1b6fafd useful scripts for setting up the game.
fix silver->money in the build scripts.
config.lua: load the game configuration
reports.lua: write the reports for the (initial) turn
2014-10-10 20:19:04 +02:00

4 lines
91 B
Lua

dofile('config.lua')
eressea.read_game(get_turn() + '.dat')
init_reports()
write_reports()