Is there a way to get the options in javascript?
From here: http://en.doc.boardgamearena.com/Game_o ... ns.inc.php
it is indicated how to get in php: $this->gamestate->table_globals[100]
but not how to get in javascript.
There is a way for preferences:
this.prefs[100].value
but what about options?
this.options[100].value does not work...
Thx,
Ema
From here: http://en.doc.boardgamearena.com/Game_o ... ns.inc.php
it is indicated how to get in php: $this->gamestate->table_globals[100]
but not how to get in javascript.
There is a way for preferences:
this.prefs[100].value
but what about options?
this.options[100].value does not work...
Thx,
Ema