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