Auto-translated
Please help me with the script. After the hero enters the region, a script with a battle should trigger, and 3 creatures should disappear, but it doesn't work; I couldn't figure out why in an hour. I think it's related to the battle script; maybe I wrote something wrong. Thank you in advance for your help.
```
function draka3()
StartCombat("Arantir",nil,1,103,10,nil,nil,nil);
sleep(1);
RemoveObject('q14');
RemoveObject('q15');
RemoveObject('q16');
sleep(1);
Trigger(6,"bitva3",nil)
end
Trigger(6,"bitva3","draka3")