Skip to main content

B1MobileMessageSendTableRow

  • Data table row defining a player-initiated send message with answer pools and per-response scripts.
    * Supports daily, appointment, and recommended message types with cooldowns and send-once scoping.
PropertyTypeDescriptionMetadata
MessageTypeEB1MobileMessageSendTypeCategory type of this message (Daily_Normal, Daily_Positive, Appointment, etc.).Category: B1MobileMessageSendTableRow
MessageButtonIconTSoftObjectPtrSoft reference to the icon texture displayed on the send message button.Category: B1MobileMessageSendTableRow
MessageButtonStrIdFStringString table key for the localized label on the send message button.Category: B1MobileMessageSendTableRow
SendOnceScopeEB1SendOnceScopeScope controlling whether this message can only be sent once globally or per receiver.Category: B1MobileMessageSendTableRow
CooltimeMinuteint64Cooldown in in-game minutes before this message can be sent again.Category: B1MobileMessageSendTableRow
ReceivedScriptIdsTArrayScripts executed when the message is received by the target.Category: B1MobileMessageSendTableRow
Foreign: Script_MobileMessage.Id
OpenMessageScriptIdsTArrayScripts executed when the player opens and reads this message.Category: B1MobileMessageSendTableRow
Foreign: Script_MobileMessage.Id
PositiveAnswerScriptIdsTArrayScripts executed when the positive answer is selected.Category: B1MobileMessageSendTableRow
Foreign: Script_MobileMessage.Id
NormalAnswerScriptIdsTArrayScripts executed when the neutral answer is selected.Category: B1MobileMessageSendTableRow
Foreign: Script_MobileMessage.Id
NegativeAnswerScriptIdsTArrayScripts executed when the negative answer is selected.Category: B1MobileMessageSendTableRow
Foreign: Script_MobileMessage.Id
SendMessageStrIdsTArrayArray of localized message string entries that the player sends to the other character.Category: B1MobileMessageSendTableRow
PositiveAnswerListTArrayPool of answer-reply sets used when the other character responds positively.Category: B1MobileMessageSendTableRow
NormalAnswerListTArrayPool of answer-reply sets used when the other character responds neutrally.Category: B1MobileMessageSendTableRow
NegativeAnswerListTArrayPool of answer-reply sets used when the other character responds negatively.Category: B1MobileMessageSendTableRow
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