The setScenarioPoints native AI script function calls the DSS function CAnimationModule::setScenarioPoints
with the specified scenario instance and scenario points.
Note: This function requires knowledge of the DSS and should only be used by experienced developers.
()setScenarioPoints(scenarioInstance: f, scenarioPoints: f)
()setScenarioPoints(114, 42);
This example code calls the CAnimationModule::setScenarioPoints
function with the scenario instance 114
and scenario points 42
.