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!