You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Case example
When creating a game I would like to have option to hook into "before bid created" and "on successful bid".
This way I am able to create validation if player have enough "bid tokens" and upon successful bid I can extract them allowing limited amount of bids placed by single player.
The text was updated successfully, but these errors were encountered:
@janisgitendorfs Why not make "bid tokens" into a currency which becomes part of the auction exchange of value? Can you describe more about how/when the player acquires "bid tokens"?
@novabyte The idea would be to introduce flexibility on what it is used.
In my mentioned scenario it would be great to use energy system and remove player energy when he bids on specific item, recharge and he can bid again.
Linked: #67
Case example
When creating a game I would like to have option to hook into "before bid created" and "on successful bid".
This way I am able to create validation if player have enough "bid tokens" and upon successful bid I can extract them allowing limited amount of bids placed by single player.
The text was updated successfully, but these errors were encountered: