using `_fnc_scriptName` within a cfgFunctions Function works great.
It would be even more amazing if `_fnc_scriptName` would pickup the `key` value when methods are being executed.
Alternative:
introduce 2 new magicVariables
1. `_meth_scriptName` specifically to work inside methods
2. `_scriptName` to work universially, within CfgFunctions and HMO Methods.