server/tests/test-turn.lua

7 lines
169 B
Lua
Raw Permalink Normal View History

2016-02-18 12:46:14 +01:00
dofile('../scripts/run-turn.lua')
turn = get_turn()
eressea.free_game()
print("trying to read data from " .. turn)
eressea.read_game(turn .. ".dat")
eressea.free_game()