This website requires JavaScript.
Explore
Help
Sign In
Marc
/
server
forked from
github/server
Watch
1
Star
0
Fork
You've already forked server
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
d67ecdb8cf
server
/
scripts
/
reports.lua
5 lines
92 B
Lua
Raw
Normal View
History
Unescape
Escape
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
dofile
(
'
config.lua
'
)
fix string concatenation operator
2014-10-16 14:33:20 +02:00
eressea.read_game
(
get_turn
(
)
..
'
.dat
'
)
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
init_reports
(
)
write_reports
(
)