Game ReferenceGame Global FunctionsGetCutsceneRunningOn this pageGetCutsceneRunning Description Returns the numeric ID of the cutscene currently playing. Returns 0 if no cutscene is active. function GetCutsceneRunning() --[[ ... ]] end Parameters None. Return Values cutscene: integer - The cutscene ID, or 0 if none is running. Example None.