Lankhmar_PRC8/_module/nss/leftie_face_pc.nss

18 lines
274 B
Plaintext
Raw Permalink Normal View History

2025-04-03 12:54:47 -04:00
void main()
{
object oPC = GetPCSpeaker();
object oTarget;
oTarget = GetObjectByTag("Leftie");
AssignCommand(GetObjectByTag("Leftie"), SetFacingPoint(GetPosition(oPC)));
oTarget = GetObjectByTag("Leftie");
AssignCommand(oPC, SetFacingPoint(GetPosition(oTarget)));
}