quote:
Originally posted by mad_willsy
How could I make it only say to try other account it if the user logged on on the computer is set to idle AND no-spam@hotmail.co.uk is online?
Could you explain that a bit better, using commas and correct spelling?
quote:
Originally posted by mad_willsy
Also can i have a list of what numbers represen what status?
Sure, just look in the scripting documentation:
quote:
Originally posted by Patchou in Plus! Live Scripting Documentation - Contact::Status
A number taken from the following enumeration:
code:
1 - Offline
3 - Online
4 - Busy
5 - Be Right Back
6 - Idle
7 - Away
8 - In a Call
9 - Out to Lunch
If Messenger Plus! fails to get the contact's status for any reason, the return value is:
code:
0 - Unknown
When you're setting you're own status with Messenger::MyStatus, you can't use 1 (Offline). Instead there is option 2 (Appear Offline).