Execute_PopupMessage
Description
Opens a popup message UI for the player. The popup is shown only when BaseObject is the currently possessed player entity.
Parameters
| Parameter | Description |
|---|---|
| BaseObject | The entity receiving the popup; only shown if it is the currently possessed entity |
| S1 | Popup ID (from Popup data) |
| S2 | Optional extra parameter for the popup (currently used for the 'Category_Ghost' case) |
Examples
| Description | BaseObject | Command | S1 | S2 |
|---|---|---|---|---|
| Open a popup for the possessed player | Self | PopupMessage | Popup_Welcome | |
| Open a ghost category popup with an extra parameter | Self | PopupMessage | Popup_Ghost | Category_Ghost |
| Open a confirmation popup for the player | Self | PopupMessage | Popup_Confirm |
Back to Command FinderSearch and filter all 399 Script Execution documents