MOO-cows Mailing List Archive

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

Re: [newbie] listening note programming question



At 12:47 PM 5/9/96 PDT, you wrote:
>this:set_text({@this.text, dobjstr});
>
>This added anything said onto the note.
>
>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}

You left out the @ in the second version, but which you included in the first...

this:set_text({@this.text, tostr(player.name, " -> ", argstr)});

Andy.




Home | Subject Index | Thread Index