Shoutbox

[Request] Increase personal message max character size! - 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: [Request] Increase personal message max character size! (/showthread.php?tid=81311)

[Request] Increase personal message max character size! by chr1ssyboy on 01-30-2008 at 02:10 AM

Hiho!
Dunno if its already been asked for (probs has) but is there a way to extend the amount of characters you can put into a personal message?i think its like 140max atm. so yea anyway to increase the size?! i like to put lyrics in my pm xD but sometimes i can't fit all in, others i have to cut the word up, like you becomes u etc

cheers!


RE: [Request] Increase personal message max character size! by roflmao456 on 01-30-2008 at 03:38 AM

you could use Mess Patch to increase the max to 500 characters.

but your contacts can't see the words after 140(?)129 characters


RE: [Request] Increase personal message max character size! by davidpolitis on 01-30-2008 at 03:57 AM

The max is actually 129. Go fill your PSM with just i's until no more can be added and then run this. :P

code:
function OnEvent_Initialize(MessengerStart)
{
    var PSM = Messenger.MyPersonalMessage;
    MsgPlus.DisplayToast("PSM Length", PSM.length);
}