- Joined
- May 1, 2011
- RedCents
- 1,823¢
Is there a way we can have it so kiss will load INIs from a folder instead of just the base macro folder? Maybe the files that use the Server name could be loaded from a folder instead?
MAH MACRO FOLDER LOOKS LIKE MAH RELEASE FOLDER
Was thinking something like that maybe? I mean it works for me, and is a simple patch, but would be sweet not to have to edit it every time haha. No big deal either way, just a QoL thing.
MAH MACRO FOLDER LOOKS LIKE MAH RELEASE FOLDER
Rich (BB code):
/if (!${PIniSet}) {
/if (${Ini[Kissassist\${MacroName}_${EverQuest.Server}_${Me.CleanName}.ini,General,KissAssistVer].Length} || ${Ini[${MacroName}_${EverQuest.Server}_${Me.CleanName}.ini,General,KissAssistVer].Length}) {
/varset IniFileName Kissassist\${MacroName}_${EverQuest.Server}_${Me.CleanName}.ini
/echo Server Name ini file detected using ${IniFileName}
} else {
/varset IniFileName ${MacroName}_${Me.CleanName}.ini
}
}
Was thinking something like that maybe? I mean it works for me, and is a simple patch, but would be sweet not to have to edit it every time haha. No big deal either way, just a QoL thing.

