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
| Pin | Type | Description |
|---|---|---|
nextStep | number | (Hidden) The next step number. If not provided, increments by one. |
Output Pins
| Pin | Type | Description |
|---|---|---|
flow | flow | Passes through input flow |
Behavior
workOnce()- Callscareer_modules_linearTutorial.completeLinearStep(nextStep).- Errors if
career_modules_linearTutorialis not loaded. - Passes flow through regardless.
- Errors if
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