Execute_TakeInsuranceReward
Description
Processes the claim payout (reward) for the specified insurance for the entity's household.
Parameters
| Parameter | Description |
|---|
| BaseObject | The character whose household receives the insurance reward (Self or Target). |
| S1 | Insurance ID to claim the reward from (Insurance.json Id). |
Examples
| Description | BaseObject | Command | S1 |
|---|
| Self claims the reward from life insurance | Self | TakeInsuranceReward | Insurance_Life |
| Target claims the reward from life insurance | Target | TakeInsuranceReward | Insurance_Life |
| Self claims the reward from vehicle insurance | Self | TakeInsuranceReward | Insurance_Vehicle |
| Target claims the reward from health insurance | Target | TakeInsuranceReward | Insurance_Health |