void main() { object oTarget; object oPC = GetPCSpeaker(); oTarget = GetObjectByTag("Sigerlin"); AssignCommand(GetObjectByTag("LadySkeen"), SetFacingPoint(GetPosition(oTarget))); // Set the variables SetLocalInt(GetPCSpeaker(), "sigerlin1", 1); }