Stuffplug Talkers (yes, again) - 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: Stuffplug Talkers (yes, again) (/showthread.php?tid=28422) Stuffplug Talkers (yes, again) by Ulrik on 07-09-2004 at 11:35 PM
I had this idea a few minutes back and it doesnt seem to work, so could someone please help? RE: Stuffplug Talkers (yes, again) by Dung3onMast3r on 07-10-2004 at 12:50 AM
As I don't know how the StuffPlug talkers are used by the plugin, I can't give any advice. Anyway, take a look at how bambi talker works: code: So try giving the value to any string and then use it... RE: Stuffplug Talkers (yes, again) by Ulrik on 07-10-2004 at 02:50 AM Well, I actually have zero programming knowledge. I don't understand anyting of the above... RE: Stuffplug Talkers (yes, again) by toddy on 07-10-2004 at 02:55 AM
quote: well the best thing to do would be to ask someone else to make you a talker RE: Stuffplug Talkers (yes, again) by Ulrik on 07-10-2004 at 03:07 AM Ok. Could somebody do that talker? Or if you REALLY have time to kill, developping a whole plugin if the talkers dont work? RE: Stuffplug Talkers (yes, again) by toddy on 07-10-2004 at 03:12 AM the talkers do work. i mite have a go at making it later, but i'm really busy and its 4am RE: Stuffplug Talkers (yes, again) by Ulrik on 07-10-2004 at 03:14 AM Thanks! RE: Stuffplug Talkers (yes, again) by MessEnGer on 07-10-2004 at 07:56 AM
How do i make or find talkers?? RE: Stuffplug Talkers (yes, again) by Millenium_edition on 07-10-2004 at 08:37 AM there are numerous talkers on the plugins forum. just search more. RE: Stuffplug Talkers (yes, again) by Dung3onMast3r on 07-10-2004 at 11:55 AM I made a talker that works and colors each letter. The code is very simple, so you can continue adding symbols to be colored, and changing the colors I assigned If u don't like them (I don't). RE: Stuffplug Talkers (yes, again) by MessEnGer on 07-10-2004 at 12:05 PM
How do i use this ?? RE: Stuffplug Talkers (yes, again) by Dung3onMast3r on 07-10-2004 at 02:20 PM
You can edit talker files with notepad. An easy way to substitute characters with colored characters is the Replace command. code: In the code above (which is the color talker I made), you can add more replacements below all the others. Just add a line like this: output = Replace(output,"<character to be replaced>","<color tag (with CTRL+K) and character>") For example, to make full-stops orange, write: code:where 36 is the color number for orange. I hope you'll understand, and we can all enjoy your talkers soon! |