quote:
function OnEvent_Signin(Email)
{
var Message = "Hello Master " + Messenger.MyName + "!";
Message = MsgPlus.RemoveFormatCodes(Message);
MsgPlus.DisplayToast("", Message);
}
Now, you may think "hey, I'm the only master on this computer, I don't want the script to welcome others in this way".
this script does only works when i sign in, this function is not called when others came online
my function
function OnEvent_Signin(Email)
{
Debug.Trace(Email + " entrou!");
MsgPlus.DisplayToast("", Email + " entrou!");
}
i have nothing on debug when ppl sign in, only when i do
yes the script is activated