Adding something to end of a prompt.

Posted by Manveru on Wed 11 May 2005 08:38 AM — 3 posts, 16,577 views.

#0
Greetings. I was wondering if it was possible to add something to the end of the prompt line. I tried using the OnPluginPartialLine function to throw a world.note at the end, but it puts it on a line after the prompt. Basically, what I want is for it to appear like:

<prompt> random text

Instead of:

<prompt>
random text

Is there a way that I might do this? Thanks.
Sweden #1
Omit the prompt and use a Note to echo out your own one.
Russia #2
Use OnPluginPacketRecieved callback. There are a couple of examples of doing something along those lines, try a search on the callback name. You'll need to match the prompt (including whatever ANSI codes may be in it) and then append your text to each occurance.