Custom Missions
StartCustomMission = function(missionId)
if missionId == "CustomMission" then -- "CustomMission" is the mission id that you set in the config
while missionId ~= nil do
Wait(4)
if doneWithMission then
missionId = nil
end
end
elseif missionId == "CustomMission2" then -- "CustomMission2" is the mission id that you set in the config
end
endLast updated