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