void main()
{
object target = GetNearestObjectByTag("combatdummy004");
AssignCommand(OBJECT_SELF, ActionAttack(target));
}