Missions are a contentious topic...
Definitionin_game/events/debug/qa_debug.txt:3044
3045type = country_event
3046title = qa_debug.32.title Mission Menu
3047desc = qa_debug.32.desc Missions are a contentious topic...
3048outcome = neutral
3049orphan = yes
Options
AComplete the current mission task.
3052trigger = {
3052exists = current_mission_task
}
3053complete_mission_task = current_mission_task
BBypass the current mission task.
3057trigger = {
3057exists = current_mission_task
}
3058bypass_mission_task = current_mission_task
CComplete the whole mission tree.
3062trigger = {
3062exists = active_mission
}
3063end_mission = yes
DAbort the mission tree.
3067trigger = {
3067exists = active_mission
}
3068end_mission = no