Description
Adds the BaseObject game object to the list of repossessed objects in the site where it is currently located.
This action only registers the object for repossession; to complete the process, also change the object's
state to the Repossession state separately using ChangeState.
Parameters
| Parameter | Description |
|---|
| BaseObject | The game object to be marked as a repossession target (Self or Target). |
Examples
| Description | BaseObject | Command |
|---|
| Mark Self game object as a repossession target | Self | AddRepossession |
| Mark Target game object as a repossession target | Target | AddRepossession |
| Register a site object in the repossession list | Self | AddRepossession |