#include "in_g_cutscene" void main() { object oPC = GetPCSpeaker(); object oTarget; oTarget = GetObjectByTag("Muskatelwlb"); AssignCommand(oPC, SetFacingPoint(GetPosition(oTarget))); }