Execute_OpenCreateSocialEventPopup
Description
Opens the social event creation popup UI for the player. Collects all available social event templates whose conditions pass and sends them to the UI. The popup can be focused on a specific event category; if S1 is empty all categories are shown.
Parameters
| Parameter | Description |
|---|---|
| BaseObject | The Zoi character who will host the social event (must be Self). |
| S1 | Social event category to focus on in the popup. Leave empty for all categories. |
| S2 | TimeSettingType for the event start time: NextHour, NextNoon, or CurrentHour. |
| F1 | Event duration information passed to the start-time calculation. |
Examples
| Description | BaseObject | Command |
|---|---|---|
| Open the popup showing all social event categories | Self | OpenCreateSocialEventPopup |
| Open the popup focused on the Date category | Self | OpenCreateSocialEventPopup |
| Open the popup focused on Party with fast noon start | Self | OpenCreateSocialEventPopup |
Back to Command FinderSearch and filter all 399 Script Execution documents