9 lines
219 B
Plaintext
9 lines
219 B
Plaintext
|
void main()
|
||
|
{
|
||
|
object oPC=GetPCSpeaker();
|
||
|
object oTarg=GetLocalObject(oPC,"targ"+IntToString(GetLocalInt(oPC,"convtarg")));
|
||
|
AssignCommand(oPC,ClearAllActions());
|
||
|
|
||
|
AssignCommand(oPC,ActionForceFollowObject(oTarg,1.2));
|
||
|
}
|