#include "in_g_cutscene" void main() { // Find who aborted the cutscene, and which scene it was object oPC = GetLastPCToCancelCutscene(); string sName = GetLocalString(oPC,"cutscene"); if (sName == "mycutscene") { // This is where the abort code goes } }