So you are doing Save, then cutscene, then Load? In this case Load will restore all variables to saved values.
You can add "No Save" behavior to some global object, create an instance variable on that object and use it instead of global variable. It will not get reset after Load action. Or you can save that value in Local Storage.