GTA V NativesscriptScript::doesScriptExistOn this pageScript::doesScriptExistFor a full list, see here: pastebin.com/yLNWicUi Syntax ```js mp.game.script.doesScriptExist(scriptName); ``` Required Arguments scriptName: String Return value Boolean Example ```js // todo ``` See also