26.01.2017, 19:01
Код:
static const INV_OBJ_menuTitle[] = "Inventory"; function(attr1) { new dialog_title[64] = INV_OBJ_menuTitle; }
Note that I am setting up the variable at the top of my script and trying to use the constant value in a function/callback.
Thank you