22 lines
336 B
Plaintext
22 lines
336 B
Plaintext
|
|
void main()
|
|
{
|
|
|
|
object oPC = GetPCSpeaker();
|
|
|
|
object oTarget;
|
|
oTarget = GetObjectByTag("GrayMouser5");
|
|
|
|
AssignCommand(oTarget, ActionMoveToObject(GetObjectByTag("WP_FafMse")));
|
|
|
|
oTarget = GetObjectByTag("GrayMouser5");
|
|
|
|
int nInt;
|
|
nInt = GetObjectType(oTarget);
|
|
|
|
oTarget = GetObjectByTag("GrayMouser5");
|
|
|
|
DestroyObject(oTarget, 3.0);
|
|
|
|
}
|