Page 1 of 1

Action that can be done anytime by anyone

Posted: 04 June 2020, 22:42
by Mistergos
Hi there

Is there a simple way to allow an action that can be done by anyone at anytime?
I am thinking of an action aside from the game like "pointing people" or "pointing something" in order to simulate discussion that people have around the real table.

Re: Action that can be done anytime by anyone

Posted: 05 June 2020, 00:05
by Benoit314
Yes, instead of checkAction, you use $this->gamestate->checkPossibleAction('playCard') in PHP and this.checkPossibleActions('playCard') in JS.