Execute_TakePicture
Description
Enters photo mode for the entity specified by BaseObject to take a picture. S1 determines the photo mode: Self means selfie mode, Target means normal photo mode. Only triggers for the possessed (player-controlled) entity.
Parameters
| Parameter | Description |
|---|---|
| BaseObject | The entity entering photo mode (typically Self). |
| S1 | Photo mode type: Self for selfie mode, Target for normal photo mode. |
Examples
| Description | BaseObject | Command | S1 |
|---|---|---|---|
| Take a selfie (front-facing camera mode) | Self | TakePicture | Self |
| Take a photo of target (normal photo mode) | Self | TakePicture | Target |
Back to Command FinderSearch and filter all 399 Script Execution documents