Player::playScenario

From RAGE Multiplayer Wiki
Revision as of 12:21, 11 June 2020 by Enotit (talk | contribs)

This function makes the player play a scenario. Scenario List

Parameters

player.PlayScenario(scenarioName);
  • scenario: String

Syntax

Server-Side
player.PlayScenario(scenario)

Example

Server-Side
player.PlayScenario("WORLD_HUMAN_PAPARAZZI");

This example will run an Paparazzi Scenario.

See Also