reward_reset_wins
Resets the player's win count for the specified reward, allowing it to be won again if it has a win limit.
Categories: inventory
Required arguments
| Key(s) | Description | Type |
|---|---|---|
reward | The ID of the reward to reset the win count for. | STRING |
Trigger parameters required
PLAYER
Example
effects:
- id: reward_reset_wins
args:
reward: <value>
Behaviour
| Setting | Value |
|---|---|
| Run order | NORMAL |
| Supports delay | true |
| Reloads on plugin reload | true |