sp_RestoreScript 1.4 is now out and ready for download from our GitHub, https://github.com/SQLUndercover/UndercoverToolbox/blob/master/sp_restorescript.sql
New Features
Compatible with case sensitive collations
Now accepts wild cards in the @DatabaseName string, (‘Database1,Database2,SQL%’) would now be a valid option with % treated as a wildcard.
Bug Fixes
An issue when using multiple database and @no_recovery = 0 or @standby=1 would leave databases in NO_RECOVERY has now been fixed.