Execute_ReceiveFreelanceDeliveryObject
Description
Receives the freelance delivery object from the Client and adds it to the BaseObject character's inventory. Finds the active order's RequestTarget.TargetId, generates a GameObject with that ObjectId, and places it in inventory. If item creation or inventory addition fails, the created object is destroyed and a warning is logged.
Parameters
| Parameter | Description |
|---|---|
| BaseObject | The character entity whose inventory will receive the delivery object. |
Examples
| Description | BaseObject | Command |
|---|---|---|
| Receive the delivery object for Self | Self | ReceiveFreelanceDeliveryObject |
| Receive the delivery object for Target | Target | ReceiveFreelanceDeliveryObject |
Back to Command FinderSearch and filter all 399 Script Execution documents