I have been using the kissassist macro more and more and I am loving it. One thing I did in my custom macros is use this code to select yes when the confirmation dialog box opened asking if I want to loot a lore item I already posses? How can I add this code to the ini file? where would it go?
Code:
/if (${Window[ConfirmationDialogBox].Open}) {
/nomodkey /notify ConfirmationDialogBox Yes_Button leftmouseup
}

