opt_AutoReclaim = ScenarioInfo.Options.opt_AutoReclaim or [default value]
Statistics: Posted by KeyBlue — 07 Oct 2016, 22:30
Uveso wrote:
Well, i tryed to debug the map, but it has to many errors for a short view. (tryed version 0007)
Statistics: Posted by EntropyWins — 07 Oct 2016, 20:43
EntropyWins wrote:If I put the default to 6, I the lobby will show the 40% option.
Statistics: Posted by KeyBlue — 04 Oct 2016, 17:39
EntropyWins wrote:
If I put the default to 6, I the lobby will show the 40% option.
Statistics: Posted by Uveso — 04 Oct 2016, 16:16
opt_AutoReclaim = ScenarioInfo.Options.opt_AutoReclaim or [default value]
Statistics: Posted by KeyBlue — 04 Oct 2016, 13:31
Statistics: Posted by Uveso — 03 Oct 2016, 10:00
Statistics: Posted by EntropyWins — 02 Oct 2016, 22:35
Statistics: Posted by Uveso — 02 Oct 2016, 22:03
{
default = 0,
label = "Auto Reclaim",
help = "AutoReclaim.",
key = 'opt_AutoReclaim',
pref = 'opt_AutoReclaim',
values = {
{text = "Disabled (Wreckages On)", help = "Off", key = 0, },
{text = "Auto Reclaim 10 percent", help = "10 percent", key = 1, },
{text = "Auto Reclaim 15 percent", help = "15 percent", key = 2, },
{text = "Auto Reclaim 20 percent", help = "20 percent", key = 3, },
{text = "Auto Reclaim 30 percent", help = "30 percent", key = 4, },
{text = "Auto Reclaim 40 percent", help = "40 percent", key = 5, },
{text = "Auto Reclaim 50 percent", help = "50 percent", key = 6, },
},
},
default = 7,
Statistics: Posted by EntropyWins — 02 Oct 2016, 21:54