start_scenario_timing - ryzom/ryzomcore GitHub Wiki
title: Start Scenario Timing description: published: true date: 2023-03-16T23:12:07.924Z tags: editor: markdown dateCreated: 2023-03-16T22:30:07.497Z
The startScenarioTiming native AI script function calls the DSS function CAnimationModule::startScenarioTiming to start the scenario timing.
()startScenarioTiming(scenarioInstance: f)
- scenarioInstance (float): The scenario instance identifier.
()startScenarioTiming(114);
This example code calls the DSS function CAnimationModule::startScenarioTiming to start the scenario timing with the scenario instance identifier 114.