Even Adrenaline has bugs… even paid version. If you faced the auto-rez issues where target is not accepting rez request you might want to use the script below:
var
p1, p2: Pointer;
begin
while true do
begin
if Engine.WaitAction([laConfirmDlg], p1, p2) = laConfirmDlg then
begin
Engine.ConfirmDialog(true);
end;
end;
end.
Author: Velmsun