Action that can be done anytime by anyone

Game development with Board Game Arena Studio
Post Reply
User avatar
Mistergos
Posts: 79
Joined: 18 September 2011, 16:59

Action that can be done anytime by anyone

Post 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.
User avatar
Benoit314
Posts: 82
Joined: 02 April 2020, 22:12

Re: Action that can be done anytime by anyone

Post by Benoit314 »

Yes, instead of checkAction, you use $this->gamestate->checkPossibleAction('playCard') in PHP and this.checkPossibleActions('playCard') in JS.
Post Reply

Return to “Developers”