6 lines
125 B
Plaintext
6 lines
125 B
Plaintext
void main()
|
|
{
|
|
object target = GetNearestObjectByTag("archerytarget003");
|
|
AssignCommand(OBJECT_SELF, ActionAttack(target));
|
|
}
|