Shoutbox

[?] User sets a personalised status with PSM - Printable Version

-Shoutbox (https://shoutbox.menthix.net)
+-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58)
+--- Forum: Messenger Plus! for Live Messenger (/forumdisplay.php?fid=4)
+---- Forum: Scripting (/forumdisplay.php?fid=39)
+----- Thread: [?] User sets a personalised status with PSM (/showthread.php?tid=64318)

[?] User sets a personalised status with PSM by Matti on 08-01-2006 at 09:55 AM

Good, my Countdown Live script is almost perfect now! I just want to add a function which will disable the countdown temporany when the user sets a personalised status with personal message change. Therefore, I know I have to use an OnEvent_MyStatusChange(nStatus) event and check if the new status is either Away or Busy, but I can't get further. The {xxx} tag is placed after the status changes and the personal message changes even later.

So, if someone can tell me if there's a way to set a boolean variable to true when the user:

  • changes his/her status to "Away" or Busy
  • then changes his/her name to a name ending in {xxx}
  • then change his/her PSM
and most important in a quite clean code block, it would really help! :)

Thanks in advance!
RE: [?] User sets a personalised status with PSM by J-Thread on 08-01-2006 at 11:42 AM

[Howto] Get Personalized status


RE: [?] User sets a personalised status with PSM by Matti on 08-01-2006 at 12:37 PM

Good, that was the personalised status part, which I could figure out my own too. :P
But I have to find a way to combine the status change with the personal message change, and that's difficult. When I set an event for the status change, Plus! Live waits untill that event block is passed to change the personal message. :-/