Shoutbox

Can you... - 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: Can you... (/showthread.php?tid=86527)

Can you... by Phenic Raider on 10-09-2008 at 09:50 PM

Make a script to change the auto message, instead of the normal:

Phenic Raider      auto-message: blah blah blah

you had just what you type in your normal font and colour?

E.g. If I typed "Gone out, back later." it'd write when needed

"Gone out, back later."


RE: Can you... by prashker on 10-09-2008 at 10:05 PM

http://www.msgpluslive.net/scripts/view/119-Answering-Machine-Plus/


RE: Can you... by Phenic Raider on 10-09-2008 at 11:10 PM

Not what I was after... xD Sorry maybe the desciption I gave was poor.
I didn't want my name and the automessage to be sent, just the personalized message I typed.


RE: Can you... by prashker on 10-10-2008 at 01:00 AM

Can't be done with a script (unless both people have it???)


RE: Can you... by Phenic Raider on 10-10-2008 at 01:01 AM

So you couldn't change the auto message you send at all?


RE: Can you... by Matti on 10-10-2008 at 04:43 PM

From what I understand, when someone sends you something while you're in a personalized status, you want instead of sending the following...

quote:
Someone says:
   ...You there?
Phenic Raider auto-message: Gone out, back later.
use the normal message markup, like so:
quote:
Someone says:
   ...You there?
Phenic Raider says:
   Gone out, back later.

In case my assumption is correct... Well, it's not possible to do this in an easy way. Yes, it is possible to capture what message should be sent using a script by keeping track of the parameters passed to OnEvent_EnterPersonalizedStatus (the AutoMessage parameter), but there's no way to prevent Plus! from sending the original auto-message anyway, you'd end up with duplicates:
quote:
Someone says:
   ...You there?
Phenic Raider auto-message: Gone out, back later.
Phenic Raider says:
   Gone out, back later.
Someone says:
   LOL you said that twice. :P
If you'd be able to prevent Plus! from sending its own messages, yes, it would be possible with a script. Even better would be if this was done within Plus! Live itself, of course! :P
RE: Can you... by Phenic Raider on 10-11-2008 at 10:52 AM

Thanks dude. Sucks you can't do it but ok.