GTA V NativesplayerPlayer::isScriptedScenarioUsingConditionalAnimOn this pagePlayer::isScriptedScenarioUsingConditionalAnimSyntax ```js player.isScriptedScenarioUsingConditionalAnim(animDict, anim); ``` Required Arguments animDict: String anim: String Return value Boolean Example ```js // todo ``` See also