Skip to main content

Execute_EventMobileCall

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

ParameterDescription
BaseObjectThe entity involved in the call
S1Call direction: "Send" (BaseObject calls) or "Receive" (BaseObject receives)
S2MobileCall ID (from MobileCall data table, must be of Event type)

Examples

DescriptionBaseObjectCommandS1S2
Open a send-direction event call ChoiceCard for SelfSelfEventMobileCallSendEventCall_001
Open a receive-direction event call ChoiceCard for SelfSelfEventMobileCallReceiveEventCall_002