Sweetheart Baskerville
Registered User
Join date: 1 Jan 2004
Posts: 32
|
02-07-2010 07:50
I made me my own dog hud....it's a very simple script...but I would like for it to say it to the chat window and not silent to just the dogs...where everyone can see what i'm telling my dogs to do...this is the script I used....can someone please show me how to do what I want with it...I know there are dog huds out there...but not one with all my commands I have taught my dogs.... default { state_entry() { } touch_start(integer total_number) { llSay(1, "dogs ouch"  ; } }
|
Rolig Loon
Not as dumb as I look
Join date: 22 Mar 2007
Posts: 2,482
|
02-07-2010 08:21
I'm not quite sure what you mean, but if you want something you type to appear in public chat, all you have to do is type it in the public chat channel (0). To make your simple script speak publicly as well as speaking to the dog, just add a line.... default { touch_start(integer total_number) { llSay(1, "dogs ouch"); llSay(0, "dogs ouch" ; } }
_____________________
It's hard to tell gender from names around here but if you care, Rolig = she. And I exist only in SL, so don't ask....  Look for my work in XStreetSL at 
|
Pete Olihenge
Registered User
Join date: 9 Nov 2009
Posts: 315
|
02-07-2010 10:59
You could also do this by making some gestures.
|