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

On Poi Prompt Shown (Flowgraph Node)

- **Node Name:** `On Poi Prompt Shown`

Overview

  • Node Name: On Poi Prompt Shown
  • Category: repeat_instant
  • File: extensions/flowgraph/nodes/career/onMissionPromptShown.lua

Detects when the player stops at a POI and the mission/dealership/garage prompt is shown.

Pin Schema

Output Pins

PinTypeDescription
shownPromptflow (impulse)Fires when the POI prompt is shown (includes garage and refueling prompts)
openedMenuflow (impulse)Fires when the missions menu is opened

Behavior

  • work() - Resets output pins, applies queued flags, clears flags table.

Event Hooks

HookOutput Pin
onActivityAcceptUpdateshownPrompt
onAvailableMissionsSentToUiopenedMenu

Notes

  • Standard flags-based impulse pattern.
  • shownPrompt fires for all POI types (missions, garage, refueling, dealership).

See Also

  • Add To Inventory (Flowgraph Node) - Related reference
  • Career Vehicle Select (Flowgraph Node) - Related reference
  • Set Tutorial Step (Flowgraph Node) - Related reference
  • FlowGraph Guide - Guide

On Intro Popup Career Closed (Flowgraph Node)

- **Node Name:** `On introPopupCareerClosed`

On Mission Start/Stop (Flowgraph Node)

- **Node Name:** `On Mission Start/Stop`

On this page

OverviewPin SchemaOutput PinsBehaviorEvent HooksNotesSee Also