Hi Guys,
How can you make a Clickable Toast?
I got the command:
code:
function OnEvent_ContactSignin(email)
{
if(email == 'foo@live.com') {
}
}
I want that when foo@live.com is comming online, there comes a toast, and when i click on it, it starts a conversation..
I want this because when i'm gaming, my status is going be busy, and then i cant see who comes online (who i want to talk to)..
Thnx,
PaulE