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