How can I delay the end of the game from the 99 status?
If I want to show an animation with the scoring, how it happens in Kingdomino, how can I do that?
Currently as soon as the 99 status is triggered, there is a little delay and then the Result tab will appear.
I do not see any control on that. it would be just enough to have few more seconds before this appears.
Or maybe not to switch automatically to that tab and see the "final situation"
Or is there any other way?
I tried to add an extra state but if I define it type="game" it is not working.
If I define it "activeplayer" and I try to call the ajax call for an action after a setTimeout() I get an very generic "Javascript error:
Script error."
So I am a bit lost trying to do that.
Any suggestion?
Thanks,
Ema
If I want to show an animation with the scoring, how it happens in Kingdomino, how can I do that?
Currently as soon as the 99 status is triggered, there is a little delay and then the Result tab will appear.
I do not see any control on that. it would be just enough to have few more seconds before this appears.
Or maybe not to switch automatically to that tab and see the "final situation"
Or is there any other way?
I tried to add an extra state but if I define it type="game" it is not working.
If I define it "activeplayer" and I try to call the ajax call for an action after a setTimeout() I get an very generic "Javascript error:
Script error."
So I am a bit lost trying to do that.
Any suggestion?
Thanks,
Ema