I added a new game option (my first time trying this!) and reloaded in 'manage game' but when I choose the new setting in configuring a new game table, the form select input goes blank! When I re-click the blank select, the default option is always ticked. No js or PHP errors. What's wrong?
In gameoptions.inc.php
with the corresponding value in qtest.game.php
The table discussion appropriately logs:
In gameoptions.inc.php
Code: Select all
… 105 => array(
'name' => totranslate('Dangerous Card'),
'values' => array(
0 => array('name' => totranslate('Include the Dangerous Card')),
1 => array('name' => totranslate('Exclude the Dangerous Card'))
)
),Code: Select all
self::initGameStateLabels(Array(
…
'excludeDangerous' => 105,
…
Code: Select all
"gameoptions_3870_Dangerous Card" changes to: gameoptions_3870_Exclude the Dangerous Card