Well I basically tried to add 2 variables to the Messenger.MyContacts object, but I failed
. I'm not even sure if it's possible, but if it is, i'm sure someone can point me in the right direction.
What I did was:
code:
Messenger.MyContacts.prototype.online = 0;
but that said "Error: 'Messenger.MyContacts.prototype' is empty or no object."
Does anyone know how to do this if even possible?