I've found an interesting quirk.
GetTimerList returns a list where all the timer names have been converted to lowercase.
It does not appear to (currently) be possible to fetch the original timer name, using GetTimer or GetTimerInfo.
When the timer completes, and calls a subroutine (if so configured), the name passed to that subroutine is still the original name, so I must assume MUSHclient stores it somewhere.
I would like to have access to the original name. I would like to suggest either GetTimerList return the original names, or a new InfoType for GetTimerInfo be created which will return the original name.
Thanks, Nick.
GetTimerList returns a list where all the timer names have been converted to lowercase.
It does not appear to (currently) be possible to fetch the original timer name, using GetTimer or GetTimerInfo.
When the timer completes, and calls a subroutine (if so configured), the name passed to that subroutine is still the original name, so I must assume MUSHclient stores it somewhere.
I would like to have access to the original name. I would like to suggest either GetTimerList return the original names, or a new InfoType for GetTimerInfo be created which will return the original name.
Thanks, Nick.