Description
Opens a ChoiceCard popup for a specified Event-type MobileCall.
Succeeds only when BaseObject is the currently possessed player entity. S1 specifies the call direction (Send or Receive).
Parameters
| Parameter | Description |
|---|
| BaseObject | The entity involved in the call |
| S1 | Call direction: "Send" (BaseObject calls) or "Receive" (BaseObject receives) |
| S2 | MobileCall ID (from MobileCall data table, must be of Event type) |
Examples
| Description | BaseObject | Command | S1 | S2 |
|---|
| Open a send-direction event call ChoiceCard for Self | Self | EventMobileCall | Send | EventCall_001 |
| Open a receive-direction event call ChoiceCard for Self | Self | EventMobileCall | Receive | EventCall_002 |