|
Itchy Stiglitz
Mostly Harmless
Join date: 24 Apr 2006
Posts: 23
|
07-10-2006 07:57
Is it possible to under text into a hud. In otherwords if there any sort of form field functionality or could a hud cause the wearer to only talk in a certain channel?
|
|
Rodrick Harrington
Registered User
Join date: 9 Jul 2005
Posts: 150
|
07-10-2006 08:00
what you are looking for is llDialog. 
|
|
Itchy Stiglitz
Mostly Harmless
Join date: 24 Apr 2006
Posts: 23
|
07-10-2006 08:26
Not quite. It looks like llDialog only gives you a fixed set of options. I was hoping this hud would either allow a user to type text into a field and have it heard on a specific channel or force all of the wearers chat into that channel as opposed to channel 0.
I was thinking it would work like a group intercom system. Talking into a channel for privacy. Any example of use would be in a sports game team chat. Without typeing /3 or something before each line.
|
|
Bitzer Balderdash
Dazed and Confused
Join date: 21 Dec 2005
Posts: 246
|
07-10-2006 08:48
swap calling cards, and use a conference IM - coz there is no way within the UI to force chat to be on a different channel
|
|
Talarus Luan
Ancient Archaean Dragon
Join date: 18 Mar 2006
Posts: 4,831
|
07-10-2006 11:40
HUDs are just prims with optional llSetText info. There is no way to put cursors and input fields into them. You can, as you surmised, use a channel with the chat bar to enter data. For example, you click on the HUD prim for one of the data points, then type something like "/9 data", and the "data" part can be placed into the "selected" (IE, the last "touched"  data field.
|