void main() { object oPC = GetPCSpeaker(); object oMod = GetModule(); SetLocalInt(oMod, "d1", 1); SetLocalInt(oPC, "cutscene_on", 1); SetLocalInt(oMod, "cutscene_flag", 0); }