2015-08-13 19:54:38 -06:00
|
|
|
-- by Meph
|
|
|
|
-- http://www.bay12forums.com/smf/index.php?topic=135506.msg4925005#msg4925005
|
2015-10-23 22:10:15 -06:00
|
|
|
--[[=begin
|
|
|
|
|
|
|
|
points
|
|
|
|
======
|
|
|
|
Sets available points at the embark screen to the specified number. Eg.
|
|
|
|
``points 1000000`` would allow you to buy everything, or ``points 0`` would
|
|
|
|
make life quite difficult.
|
|
|
|
|
|
|
|
=end]]
|
|
|
|
|
2015-08-14 14:33:34 -06:00
|
|
|
df.global.world.worldgen.worldgen_parms.embark_points=tonumber(...)
|