My project is configured to use a default sequence as follows:
Code: Select all
SALSA(entrytag);
Delay({{end}});
Granted, this is a minor convenience issue and not a big deal in the slightest. I was wondering though if there is an option somewhere to force the dialogue manager to scan through all Resource subfolders (or all of the ones that are marked as relevant somehow) when looking for a file with a particular entrytag name. If such an option does not exist, I'm considering adapting the source code to include it, depending on how complex it is. In that case, could you point me towards the method I'd have to update to implement this functionality?