10 lines
79 B
Plaintext
10 lines
79 B
Plaintext
void main()
|
|
{
|
|
|
|
object oPC = GetPCSpeaker();
|
|
|
|
ActionForceFollowObject(oPC);
|
|
|
|
}
|
|
|