1
2
3
2
3
closemenu;
$unit=(count_behaviourinrange("unit","raptor",300));
kill $unit;
This event happends when I click on the button of my dialogue. The problem is that when I click on the button I die instead of the raptor unit.
closemenu;
$unit=(count_behaviourinrange("unit","raptor",300));
kill $unit;