code:
function OnEvent_Signin(Email)
{
if(Email == "ralph__sterks@hotmail.com")
{
var Message = "Hello Meester " + "Ralph" + "!" ;
Message = MsgPlus.RemoveFormatCodes(Message) ;
MsgPlus.DisplayToast("", Message,["welkoms bericht"] Title,["\C:\mijn downlaod stuff\benerweer.mp3"] SoundFile) ;
}
}
i know its the first thing in the script doc and i wanna extent it
thy