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