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