I needed to add new lines to the OnDeath and OnCombatStateChanged Events on the afore mentioned script.
I do not like to edit vanilla scripts, so i would like clarification on the following as this is what i have done, and it seems to work:
Leave the original script in tact attached to the follower,
Create a new script which extends the FollowerAliasScript and attach to the follower.
The follower now has 2 scripts attached, FollowerAliasScript & ExtendedFollowerAliasScript
Create the two modified Events.
I did consider duplicating the FollowerAliasScript, and attach the duplicated version with the required modification to the follower and then remove the original FollowerAliasScript.