14 lines
198 B
Plaintext
14 lines
198 B
Plaintext
#include "nw_i0_plot"
|
|
void main()
|
|
{
|
|
|
|
object oPC = GetPCSpeaker();
|
|
|
|
object oTarget;
|
|
oTarget = GetObjectByTag("Enfreel");
|
|
|
|
AssignCommand(oPC, SetFacingPoint(GetPosition(oTarget)));
|
|
PlayOldTheme();
|
|
}
|
|
|