Execute_ApplyRandomEventChoiceCardAnswer
Description
Applies the player's response to a pending random event choice card. If the player
accepts (S1 = True), the pending random event is created; if the player rejects
(S1 = False), the pending event is cleared.
Parameters
| Parameter | Description |
|---|
| S1 | The player's choice: True to accept the random event, False to reject it. |
Examples
| Description | BaseObject | Command |
|---|
| Player accepts the pending random event | Self | ApplyRandomEventChoiceCardAnswer |
| Player rejects the pending random event | Self | ApplyRandomEventChoiceCardAnswer |