quote:
Originally posted by hmaster
var contactsEmail = "TheEmAil@hOtMail.com";
function OnEvent_ContactSignin(Email) {
if(Email == contactsEmail && Messenger.MyStatus == 2) {
Messenger.MyStatus = 3;
}
Copy that code then go to Plus > Preferences > Scripts > Create New..
Give the script a name, and then paste the code above into the window appears(remove the code which is already in there.) Then click 'Save All'
And you will see your script in the list of scripts installed =)
Note: - Change 'TheEmAil@hOtMail.com' to the email of the contact you want to appear online for when he or she comes online.
Hope this helps and is understandable