Private chat without the '/'
|
|
Oberon Onmura
Registered User
Join date: 28 Dec 2006
Posts: 125
|
03-10-2009 12:15
Hello all -
I'm wondering if there's a way to have an avatar - perhaps sitting - enter text on the chat line and have that text NOT be transmitted on the public channel. Once I detect the 'sit' status, is there a way to redirect normal chat to another channel?
I'm trying to not have them have to type the '/channel' before every input.
I'm suspecting the answer is no, but maybe someone has come up with a way!! Who knows?
Thanks in advance.
|
|
Imnotgoing Sideways
Can't outlaw cute! =^-^=
Join date: 17 Nov 2007
Posts: 4,694
|
03-10-2009 12:27
Nope. (^_^)
|
|
Very Keynes
LSL is a Virus
Join date: 6 May 2006
Posts: 484
|
03-10-2009 12:28
The answer is no, but...... You can get away with using /channel text for the first command and then //text for all subsequent commands. // implies the last channel used.
|
|
Viktoria Dovgal
…
Join date: 29 Jul 2007
Posts: 3,593
|
03-10-2009 12:47
Third party viewers that support Restrained Life can be scripted to do this, there is a @redirchat command just for that. No such luck if you need to stick with the standard viewer.
|
|
Meade Paravane
Hedgehog
Join date: 21 Nov 2006
Posts: 4,845
|
03-10-2009 13:07
From: Very Keynes // implies the last channel used. Really? I never knew that one..
_____________________
Tired of shouting clubs and lucky chairs? Vote for llParcelSay!!! - Go here: http://jira.secondlife.com/browse/SVC-1224- If you see "if you were logged in.." on the left, click it and log in - Click the "Vote for it" link on the left
|
|
Argent Stonecutter
Emergency Mustelid
Join date: 20 Sep 2005
Posts: 20,263
|
03-10-2009 13:11
And don't forget that "/0" chats on the public channel but disables the typing animation for that message. ^^
|
|
Hewee Zetkin
Registered User
Join date: 20 Jul 2006
Posts: 2,702
|
03-10-2009 15:33
SOMETIME in the future we MAY get a llTextBox() function which could help with this. A script will be able to bring up a dialog in which you'll be able to enter a line of text and submit it so that it automatically goes to a private channel specified by the script. See http://jira.secondlife.com/browse/VWR-8759
|
|
Void Singer
Int vSelf = Sing(void);
Join date: 24 Sep 2005
Posts: 6,973
|
03-10-2009 18:01
From: Viktoria Dovgal Third party viewers that support Restrained Life can be scripted to do this, there is a @redirchat command just for that. No such luck if you need to stick with the standard viewer. damn that thing has some useful features... I come closer to using it every day. the automation potential is just astounding
_____________________
| | . "Cat-Like Typing Detected" | . This post may contain errors in logic, spelling, and | . grammar known to the SL populace to cause confusion | | - Please Use PHP tags when posting scripts/code, Thanks. | - Can't See PHP or URL Tags Correctly? Check Out This Link... | - 
|
|
Viktoria Dovgal
…
Join date: 29 Jul 2007
Posts: 3,593
|
03-10-2009 18:23
Yeah, it does do a lot of nice stuff, and it's a lot easier to walk someone through installing that than it would be for some libsl proxy or whatever.
|
|
Jesse Barnett
500,000 scoville units
Join date: 21 May 2006
Posts: 4,160
|
03-10-2009 18:55
From: Viktoria Dovgal Yeah, it does do a lot of nice stuff, and it's a lot easier to walk someone through installing that than it would be for some libsl proxy or whatever. I can have my cake and eat it too! Cool Viewer running on top of PAR gridproxy 
_____________________
I (who is a she not a he) reserve the right to exercise selective comprehension of the OP's question at anytime. From: someone I am still around, just no longer here. See you across the aisle. Hope LL burns in hell for archiving this forum
|
|
Destiny Niles
Registered User
Join date: 23 Aug 2006
Posts: 949
|
03-10-2009 20:59
You can make a gesture ie. 'say' and have it replace it with '/88' or whatever, whenever they say 'say' it will replace it with /88
|
|
Winter Ventura
Eclectic Randomness
Join date: 18 Jul 2006
Posts: 2,579
|
03-11-2009 00:03
From: Destiny Niles You can make a gesture ie. 'say' and have it replace it with '/88' or whatever, whenever they say 'say' it will replace it with /88 I actually have a gesture that redirects everything that I say that starts with "/me" to "/1/me"... which in turn uses one of those fancy nickname RP talker deals to change my name from "Winter Ventura" to whatever the RP requires. I just prefix what I say with /1, and thanks to the gesture, use /me like normal when an action is required.
_____________________
 ● Inworld Store: http://slurl.eclectic-randomness.com ● Website: http://www.eclectic-randomness.com ● Twitter: @WinterVentura
|
|
Ruthven Willenov
Darkness in your light
Join date: 16 Jan 2008
Posts: 965
|
03-11-2009 09:28
then of course there's dialogs, but it can only be so custom. i haven't heard much more about the textbox, is that working? if not what's the eta if anyone knows?
|
|
Hewee Zetkin
Registered User
Join date: 20 Jul 2006
Posts: 2,702
|
03-11-2009 10:46
From: Ruthven Willenov then of course there's dialogs, but it can only be so custom. i haven't heard much more about the textbox, is that working? if not what's the eta if anyone knows? I attached a viewer source code patch in that JIRA that makes it work, but that is only helpful if all the people who might use your system can use a viewer that they or you have compiled. Heh. I don't think LL has ever given an ETA.
|
|
Darien Caldwell
Registered User
Join date: 12 Oct 2006
Posts: 3,127
|
03-11-2009 12:18
From: Void Singer damn that thing has some useful features... I come closer to using it every day. the automation potential is just astounding Unfortunately that particular feature is new, and so far doesn't appear to work as intended. I'm still waiting for it to be fixed. 
|
|
Ee Maculate
Owner of Fourmile Castle
Join date: 11 Jan 2007
Posts: 919
|
03-11-2009 13:17
From: Very Keynes The answer is no, but...... You can get away with using /channel text for the first command and then //text for all subsequent commands. // implies the last channel used. Neat... thanks for that... works a treat!
|