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
Allow WalkingBlacklist WalkingCan Enter From WalkingCareer ActiveComplete ScenarioCountdownDecal CircleDecal LineDecal PathDecal SingleIs Walking BlacklistedGroundmarker Remaining DistanceGroundmarkersIs WalkingIs Walking EnabledMission DefaultsMultiseatDetect Acceleration At StartPointsBar PointsPointsBar ThresholdsRemove Other VehiclesToggle WalkingIn Zone
Get Recovery Prompt Button Limit and CountOn Recovery Prompt ActionSet Recovery Prompt ActiveSet Recovery Prompt ButtonSet Recovery Prompt Button EnabledSet Recovery Prompt EnabledSet Recovery Prompt Limits

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 ExtensionsflowgraphnodesgameplayrecoveryPrompt

Set Recovery Prompt Limits

**File:** `flowgraph/nodes/gameplay/recoveryPrompt/setRecoveryPromptLimit.lua`

File: flowgraph/nodes/gameplay/recoveryPrompt/setRecoveryPromptLimit.lua

Description: Sets a limit to the amount a button can be used in the recovery prompt. If no uses are left, the button still shows (if it is active), but cannot be pressed anymore and is grayed out. Use -1 for unlimited.

Category: once_instant Dependencies: gameplay_walk

Input Pins

NameTypeDescription
resetCountsboolIf set, will also set all used-counts to 0.
flipMissionnumberIf 'Flip upright' should be limited. Use this for missions.
recoverMissionnumberIf 'Recover' should be limited. Use this for missions.
submitMissionnumberIf 'Submit Score' should be limited. Use this for missions.
restartMissionnumberIf 'Restart Mission' should be limited. Use this for missions.

Methods

  • C:init()
  • C:workOnce(args)
  • C:drawMiddle(builder, style)

See Also

  • Get Recovery Prompt Button Limit and Count - Related reference
  • On Recovery Prompt Action - Related reference
  • Set Recovery Prompt Active - Related reference
  • FlowGraph Guide - Guide

Set Recovery Prompt Enabled

**File:** `flowgraph/nodes/gameplay/recoveryPrompt/setRecoveryPromptEnabled.lua`

File Sites

**File:** `flowgraph/nodes/gameplay/sites/fileSites.lua`

On this page

Input PinsMethodsSee Also