Hello,
I have a game option with only two options. One of these options is only present in beta.
Question 1: If there is only one option present, which should be the case in none beta mode, will the options be present ?
Question 2: If so, is there a displaycondition option available for beta mode ?
Thank you
I have a game option with only two options. One of these options is only present in beta.
Question 1: If there is only one option present, which should be the case in none beta mode, will the options be present ?
Question 2: If so, is there a displaycondition option available for beta mode ?
Code: Select all
100 => array(
'name' => totranslate('Tower'),
'values' => array(
1 => array( 'name' => totranslate( 'Normal' ) ),
2 => array( 'name' => totranslate( 'Manual' ), 'tmdisplay' => totranslate('Manual Tower'), 'beta' => true ),
),
'default' => 1