Hi,
I'd like to know if it's possible to update descriptionmyturn (the string that tells players what they can or must do now) without changing state. This exists in some games, but it is not documented, so I'd like to have a confirmation, because it would be very convenient for many games!
Example :
I'd like to know if it's possible to update descriptionmyturn (the string that tells players what they can or must do now) without changing state. This exists in some games, but it is not documented, so I'd like to have a confirmation, because it would be very convenient for many games!
Example :
Code: Select all
this.gamedatas.gamestate.descriptionmyturn = titleHtml;
this.updatePageTitle();