Back to Documentation
Events Node

Round Start

Entry point for graph execution. Clears tags from the previous round and starts the flow.

Inputs

Outputs

nextexecution

Connect to the first node of your round (e.g. slot init, reel spin).

Overview

Round Start is the default entry node for a game round. When execution begins, it clears all tags from the previous round, applies any round context (e.g. bet boost or bonus buy tags), then passes execution to whatever node is connected to its next output.

Usage

Every graph should have exactly one entry node. Connect next to your first logic node (e.g. slot init, then reel spin, then win evaluation, then Round End).

Protocol

The RGS emits round_start when a round begins; the client receives executionId, seed, and optional roundContext. See the RGS Play Protocol for the full message format.