Game ReferenceGame Global FunctionsForceMissionAvailableOn this pageForceMissionAvailable Description Ignores the mission's availability conditions and spawns its interactable (if any) or starts it immediately. function ForceMissionAvailable(missionID) --[[ ... ]] end Parameters missionID: string - The ID of the mission. Return Values ... Example ...