RLS Studios
ProjectsPatreonCommunityDocsAbout
Join Patreon
BeamNG Modding Docs

Guides

Reference

Server CommandsGE UtilitiesGame Engine MainNavigation GraphScreenshot CaptureServerServer ConnectionSpawnpoint ManagerSimulation TimeVehicle SpawningSuspension Frequency Tester
Flowgraph Base ModuleFlowgraph Base NodeFlowgraph Base State NodeFlowgraph Node BuilderFlowgraph GraphFlowgraph Group HelperFlowgraph LinkFlowgraph ManagerNew Node TemplateFlowgraph PinFlowgraph States ManagerFlowgraph UtilsFlowgraph Variable Storage
Add To Inventory (Flowgraph Node)Career Vehicle Select (Flowgraph Node)Set Tutorial Step (Flowgraph Node)Complete Quest (Flowgraph Node)On Custom Tow (Flowgraph Node)Garage Computer Util (Flowgraph Node)Garage Tutorial Util (Flowgraph Node)Get Tutorial Step (Flowgraph Node)Get Tutorial Flag (Flowgraph Node)Logbook Entry (Flowgraph Node)Menu Closed (Flowgraph Node)On Garage Event (Flowgraph Node)On Intro Popup Career Closed (Flowgraph Node)On Poi Prompt Shown (Flowgraph Node)On Mission Start/Stop (Flowgraph Node)On RefuelingOn Testdrive ChangedOn Vehicle Shopping EventAdd Or Remove Player AttributeSet Fuel LevelSet Tutorial FlagTasklist HeaderVehicle Group by Performance Class

UI

Resources

BeamNG Game Engine Lua Cheat SheetGE Developer RecipesMCP Server Setup

// RLS.STUDIOS=true

Premium Mods for BeamNG.drive. Career systems, custom vehicles, and immersive gameplay experiences.

Index

HomeProjectsPatreon

Socials

DiscordPatreon (RLS)Patreon (Vehicles)

© 2026 RLS Studios. All rights reserved.

Modding since 2024

API ReferenceGE Extensionsflowgraphnodescareer

Set Tutorial Step (Flowgraph Node)

- **Node Name:** `Set Tutorial Step`

Overview

  • Node Name: Set Tutorial Step
  • Category: once_instant
  • File: extensions/flowgraph/nodes/career/completeLinearTutorialStep.lua

Completes the current linear tutorial step and optionally advances to a specific next step.

Pin Schema

Input Pins

PinTypeDescription
nextStepnumber(Hidden) The next step number. If not provided, increments by one.

Output Pins

PinTypeDescription
flowflowPasses through input flow

Behavior

  • workOnce() - Calls career_modules_linearTutorial.completeLinearStep(nextStep).
    • Errors if career_modules_linearTutorial is not loaded.
    • Passes flow through regardless.

Key Dependencies

  • career_modules_linearTutorial.completeLinearStep() - completes current step and advances tutorial

See Also

  • Add To Inventory (Flowgraph Node) - Related reference
  • Career Vehicle Select (Flowgraph Node) - Related reference
  • Complete Quest (Flowgraph Node) - Related reference
  • FlowGraph Guide - Guide

Career Vehicle Select (Flowgraph Node)

- **Node Name:** `Career Vehicle Select`

Complete Quest (Flowgraph Node)

- **Node Name:** `Complete Quest`

On this page

OverviewPin SchemaInput PinsOutput PinsBehaviorKey DependenciesSee Also