Manages tutorial state for the three delivery types (cargo, vehicle, materials). Tracks completion via XP checks, provides step-by-step task lists for UI.
Manages tutorial state for the three delivery types (cargo, vehicle, materials). Tracks completion via XP checks, provides step-by-step task lists for UI.
-- Check if cargo tutorial is still activeif career_modules_delivery_tutorial.isCargoDeliveryTutorialActive() then -- Show tutorial-specific UIend-- Get tutorial info for UI panelslocal info = career_modules_delivery_tutorial.getTutorialInfo()-- info.parcel.isActive, info.vehicle.isActive