Description
Completes the theft by transferring ownership of all stolen objects associated with
the BaseObject character to that character's household. The scope of objects searched
is controlled by S1, and S2 controls whether system-owned objects are included.
Parameters
| Parameter | Description |
|---|
| BaseObject | The character completing the steal (Self or Target). |
| S1 | Scope filter: Inventory (inventory only), Grab (grabbed only), or empty (both). |
| S2 | Set to IncludeSystem to include system-owned objects in the search. |
Examples
| Description | BaseObject | Command | S1 | S2 |
|---|
| Complete steal for all stolen objects | Self | CompleteSteal | | |
| Complete steal for inventory items only | Self | CompleteSteal | Inventory | |
| Complete steal including system objects | Self | CompleteSteal | | IncludeSystem |