vehicle_ability
Activates a specific ability on the player's current vehicle.
Entry Information
| Property | Value |
|---|---|
| Entry ID | vehicle_ability |
| Type | Action |
| Color | Blue |
| Icon | fa6-solid:bolt |
Description
Activates a vehicle ability by its ID. The ability must be defined in the vehicle's definition under the abilities field.
Fields
| Field | Type | Description |
|---|---|---|
abilityId | String | The ability ID to activate |
Usage Example
- entry: vehicle_ability
name: "Activate Nitro"
comment: "Activates the nitro boost ability"
group: "abilities"
abilityId: "nitro_boost"