Skip to main content

B1MobileMessageTableRow

  • Data table row defining a mobile message with multiple localized message variants and response scripts.
    * Supports phone number requirements, send conditions, answer buttons, and per-response script execution.
PropertyTypeDescriptionMetadata
TagsTArrayTags used for categorizing or filtering this message entry.Category: B1MobileMessageTableRow
bNeedPhoneNumberboolIf false, this message can be sent even without a phone number.Category: B1MobileMessageTableRow
SendConditionIdFNameCondition ID that must be satisfied for the message to be available to send.Category: B1MobileMessageTableRow
Foreign: Condition_MobileMessage.Id
PositiveAnswerButtonStrIdFStringString table key for the localized positive answer button label.Category: B1MobileMessageTableRow
NormalAnswerButtonStrIdFStringString table key for the localized neutral answer button label.Category: B1MobileMessageTableRow
NegativeAnswerButtonStrIdFStringString table key for the localized negative answer button label.Category: B1MobileMessageTableRow
ReceivedScriptIdsTArrayScripts executed when the message is received by the target.Category: B1MobileMessageTableRow
Foreign: Script_MobileMessage.Id
OpenMessageScriptsTArrayScripts executed when the player opens and reads this message.Category: B1MobileMessageTableRow
Foreign: Script_MobileMessage.Id
PositiveAnswerScriptIdsTArrayScripts executed when the positive answer is selected.Category: B1MobileMessageTableRow
Foreign: Script_MobileMessage.Id
NormalAnswerScriptIdsTArrayScripts executed when the neutral answer is selected.Category: B1MobileMessageTableRow
Foreign: Script_MobileMessage.Id
NegativeAnswerScriptIdsTArrayScripts executed when the negative answer is selected.Category: B1MobileMessageTableRow
Foreign: Script_MobileMessage.Id
MessageStrIdListTArrayList of message data entries, each providing localized texts for a specific language variant.Category: B1MobileMessageTableRow
MobileMessageRewardIdFNameID referencing the reward table row to apply when this message is responded to.Category: B1MobileMessageTableRowBase
Foreign: MobileMessageReward.Id
ConditionIdFNameCondition ID that must be satisfied for this message to be eligible for sending.Category: B1MobileMessageTableRowBase
Foreign: Condition_MobileMessage.Id
IdFNameUnique IdCategory: B1TableRowBase
CommentFStringDev CommentCategory: B1TableRowBase