Execute_OpenChoiceCardPopup
Description
Opens a choice card popup for the player by adding a choice card event to the ChoiceCardManager using the Self and Target entity IDs from the script context.
Parameters
| Parameter | Description |
|---|---|
| BaseObject | Reference entity for script context (Self and Target are used) |
| S1 | Choice card ID (from ChoiceCard data table) |
Examples
| Description | BaseObject | Command | S1 |
|---|---|---|---|
| Open a choice card popup for a relationship decision | Self | OpenChoiceCardPopup | ChoiceCard_Relation |
| Open a choice card popup for a gift selection | Self | OpenChoiceCardPopup | ChoiceCard_Gift |
| Open a choice card for a neighborhood event | Self | OpenChoiceCardPopup | ChoiceCard_Event_01 |
Back to Command FinderSearch and filter all 399 Script Execution documents