During cut-scene, sometimes you may still be able to press attack or player can still do certain action that you evented. So, to fix this is very easy. Simply wrap all your eventing under a conditional branch:
!$gameMap.isEventRunning()
Now, if something is running on map (Autorun), none of eventing under this conditional branch will be able to activate.