I am trying to do a script which changes your personal message when you change your status. But this code:
code:
OnEvent_MyStatusChange(
[enum] NewStatus
);
every time I use the appropriate enum:
2 - Appear Offline
3 - Online
4 - Busy
5 - Be Right Back
6 - Idle
7 - Away
8 - In a Call
9 - Out to Lunch
It doesn't work.
So say I want my personal message to change to "I'll be back in a jiffy!" when my status changes to Be Right Back - what the HELL do I do?
Thanks.