Shoutbox

New Plugin suggestion - 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)
+----- Forum: Plug-Ins (/forumdisplay.php?fid=28)
+------ Thread: New Plugin suggestion (/showthread.php?tid=30610)

New Plugin suggestion by .Roy on 08-28-2004 at 12:23 PM

how bout being able to have like a prefix everytime you write a sentence  and also at the end.. like what i mean is

You heard a voice say:  (What ever you type) And the voice slowly faded away. 

where u can edit the  You heard a voice say:  And the voice slowly faded away. 

That would be cool


RE: New Plugin suggestion by RaceProUK on 08-28-2004 at 01:33 PM

You could put that in a StuffPlug NG talker, and set it as the autotalker.

code:
function talker(input)
{
    return "Prefix " + input + " Postfix";
}
Easy when you know how :P.