MOO-cows Mailing List Archive

[Prev][Next][Index][Thread]

Re: [newbie] listening note programming question



At 12:47 PM 5/9/96 PDT, D. Jason Nolan wrote:
>
>But now I want to add the names of the speaker.  So I tried:
>
>this:set_text({this.text, tostr(player.name, " -> ", argstr)});
>
>Which works, but ONLY gives me the last thing that someone said prefaced
>by their name, and a cryptic {list}
>
still need to have the @this.text, so it would be
this:set_text({@this.text, tostr(player.name, " -> ", argstr)})

hm a little side question, how many people post to 'moo-cows@parc.xerox.com'
(I know Pavel does) and how many post to moo-cows.parc@xerox.com? just
another ramble.


...This is not a signature.




Home | Subject Index | Thread Index