Skip to main content

B1WorldMissionTableRow

  • Data table row defining a world mission, including its check scope, conditions, and completion script.
    * World missions are shared goals that can be triggered when any one character completes them.
PropertyTypeDescriptionMetadata
CheckTypeEB1WorldMissionCheckTypeScope at which this world mission is evaluated (Character, Family, or World).Category: B1WorldMissionTableRow
bIsRepeatboolWhether this mission repeats after completion.Category: B1WorldMissionTableRow
RepeatCountint32Maximum number of times this mission can repeat; 0 means unlimited.Category: B1WorldMissionTableRow
ConditionsTArrayList of conditions that must all be satisfied to complete this world mission.Category: B1WorldMissionTableRow
CompleteMissionIdFNameID of the world mission script to execute upon completion.Category: B1WorldMissionTableRow
Foreign: Script_WorldMission.Id
PlayingNotOldestFamilySystemMessageIdFStringString table key for the system message shown when a non-oldest family member triggers this mission.Category: B1WorldMissionTableRow
IdFNameUnique IdCategory: B1TableRowBase
CommentFStringDev CommentCategory: B1TableRowBase