Here you go, this is all you need in the script
code:
function OnEvent_ContactSignin(Email)
{
if (Email == "******@hotmail.com" && Messenger.MyPersonalMessage == "Nukkumassa")
MsgPlus.PlaySound("\\C:\\Documents and Settings\\Tomi\\Omat tiedostot\\Messenger äänet\\happytreefriendsthemesong.mp3");
}