6 lines
133 B
Plaintext
6 lines
133 B
Plaintext
void main()
|
|
{
|
|
SetLocalObject(OBJECT_SELF, "M1Q2AFollowTarget",GetPCSpeaker());
|
|
SetLocalInt(OBJECT_SELF, "TalkedTo", TRUE);
|
|
}
|