Skip to main content

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

ParameterDescription
BaseObjectThe entity receiving the popup; only shown if it is the currently possessed entity
S1Popup ID (from Popup data)
S2Optional extra parameter for the popup (currently used for the 'Category_Ghost' case)

Examples

DescriptionBaseObjectCommandS1S2
Open a popup for the possessed playerSelfPopupMessagePopup_Welcome
Open a ghost category popup with an extra parameterSelfPopupMessagePopup_GhostCategory_Ghost
Open a confirmation popup for the playerSelfPopupMessagePopup_Confirm