Execute_Death
Description
Immediately kills the BaseObject character. In general gameplay flow, death is automatically handled when using Action_Die or Action_DieWithAnim. When this script is used, the character is processed as dead immediately.
Parameters
| Parameter | Description |
|---|---|
| BaseObject | The character to be killed |
Examples
| Description | BaseObject | Command |
|---|---|---|
| Immediately kill Self | Self | Death |
| Immediately kill Target | Target | Death |