B1QuestTask
- Defines a single task within a quest, linking a mission, success/failure scripts, and a target filter.
| Property | Type | Description | Metadata |
|---|---|---|---|
| MissionDtId | FName | The data table ID of the mission associated with this quest task. | Category: B1QuestTask Foreign: Mission.Id |
| SuccessScriptId | FName | The script ID executed when this quest task succeeds. | Category: B1QuestTask Foreign: Script_Quest.Id |
| FailScriptId | FName | The script ID executed when this quest task fails. | Category: B1QuestTask Foreign: Script_Quest.Id |
| TargetFilterId | FName | The target filter ID used to determine which entities are valid targets for this task. | Category: B1QuestTask Foreign: TargetFilter.Id |