set_player_health
Set a specific player's health or apply to all active players in a Broforce game. Specify health value and optional player index (default 0) for gameplay manipulation.
Instructions
Set a player's health
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| health | Yes | Health value | |
| playerNum | No | Player index 0-3, or -1 for all active players (default: 0) |