What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » Plug-Ins » Stuffplug Talkers (yes, again)

Pages: (2): « First [ 1 ] 2 » Last »
Stuffplug Talkers (yes, again)
Author: Message:
Ulrik
New Member
*


Posts: 8
Joined: Jun 2004
O.P. Stuffplug Talkers (yes, again)
I had this idea a few minutes back and it doesnt seem to work, so could someone please help?

I'd like to make a talker that would assign a different color to each letter. So, the a would be green, the b would be red, the c would be yellow, etc. which could create amusing and entertaining messages for yourself and your friends, and optionnaly score chicks ;).

I tried two things: I first did ctrl+k plus whatever color in the chat window, put it in the talkers file which gave something like
a=29
but unfortunately, what showed up in the chat window was 29a.

So I looked in the pre-typed messages (/bigkiss) because I remembered the syntax was different, and it was, it was like (!FC39). I typed that in the file, which gave
a=(!FC39)a
but it didnt work either.

Does someone have a solution?
07-09-2004 11:35 PM
Profile E-Mail PM Find Quote Report
Dung3onMast3r
Junior Member
**

Avatar
Play Dungeons & Dragons!

Posts: 31
38 / Male / –
Joined: May 2004
RE: Stuffplug Talkers (yes, again)
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:
function getnr() {
    var output=""+(Math.round(Math.random()*5) * 50);
    while (output.length < 3) output="0"+output;
    return output;
}

function talker(input){
    var cchar="";
    var output="";
    var i=0;
    while (i<input.length) {
        if (input.substr(i,1)==" ") {
            output = output+" ";
        } else {
            output=output+cchar+"(";
            output=output+getnr()+",";
            output=output+getnr()+",";
            output=output+getnr()+")";
            output=output+input.substr(i,1);
        }
        i=i+1;
    }
    return output;
}


So try giving the  value to any string and then use it...
07-10-2004 12:50 AM
Profile PM Web Find Quote Report
Ulrik
New Member
*


Posts: 8
Joined: Jun 2004
O.P. RE: Stuffplug Talkers (yes, again)
Well, I actually have zero programming knowledge. I don't understand anyting of the above... :S
07-10-2004 02:50 AM
Profile E-Mail PM Find Quote Report
toddy
Veteran Member
*****

Avatar
kcus uoy

Posts: 2573
Reputation: 49
– / Male / Flag
Joined: Jun 2004
RE: Stuffplug Talkers (yes, again)
quote:
Originally posted by Ulrik
Well, I actually have zero programming knowledge. I don't understand anyting of the above... :S

well the best thing to do would be to ask someone else to make you a talker
07-10-2004 02:55 AM
Profile PM Find Quote Report
Ulrik
New Member
*


Posts: 8
Joined: Jun 2004
O.P. RE: Stuffplug Talkers (yes, again)
Ok. Could somebody do that talker? Or if you REALLY have time to kill, developping a whole plugin if the talkers dont work?
07-10-2004 03:07 AM
Profile E-Mail PM Find Quote Report
toddy
Veteran Member
*****

Avatar
kcus uoy

Posts: 2573
Reputation: 49
– / Male / Flag
Joined: Jun 2004
RE: Stuffplug Talkers (yes, again)
the talkers do work. i mite have a go at making it later, but i'm really busy and its 4am

This post was edited on 07-10-2004 at 03:19 AM by toddy.
07-10-2004 03:12 AM
Profile PM Find Quote Report
Ulrik
New Member
*


Posts: 8
Joined: Jun 2004
O.P. RE: Stuffplug Talkers (yes, again)
Thanks!
07-10-2004 03:14 AM
Profile E-Mail PM Find Quote Report
MessEnGer
Full Member
***

Avatar
mess the world

Posts: 169
40 / Male / –
Joined: Jun 2004
RE: Stuffplug Talkers (yes, again)
How do i make or find talkers??

i searched the forum but can't find talkers newher
07-10-2004 07:56 AM
Profile PM Find Quote Report
Millenium_edition
Veteran Member
*****

Avatar

Posts: 1787
Reputation: 57
Joined: Apr 2003
RE: Stuffplug Talkers (yes, again)
there are numerous talkers on the plugins forum. just search more.
07-10-2004 08:37 AM
Profile E-Mail PM Find Quote Report
Dung3onMast3r
Junior Member
**

Avatar
Play Dungeons & Dragons!

Posts: 31
38 / Male / –
Joined: May 2004
RE: Stuffplug Talkers (yes, again)
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).

.rar File Attachment: talker.color.rar (298 bytes)
This file has been downloaded 140 time(s).
07-10-2004 11:55 AM
Profile PM Web Find Quote Report
Pages: (2): « First [ 1 ] 2 » Last »
« Next Oldest Return to Top Next Newest »


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On