6 lines
171 B
Plaintext
6 lines
171 B
Plaintext
|
void main()
|
||
|
{
|
||
|
AssignCommand(OBJECT_SELF,ActionForceFollowObject(GetPCSpeaker()));
|
||
|
DelayCommand(3.0f,AssignCommand(OBJECT_SELF,ActionForceFollowObject(GetPCSpeaker())));
|
||
|
}
|