|
Ehco Klossovsky
Registered User
Join date: 22 Mar 2008
Posts: 10
|
08-20-2008 21:00
hey okay i want an object to say the objects name using llGetObjectName() say something like llSay(0,llGetObjectName() + " tail does this" but i dont want in the local chat for it to say Object: Object tail does this where it says the name of the object twice, i was wondering how i would get rid of the first Object: kind of like when you use /me to state what your doing but with an object and in a script any help would be great thanks Ehco Klossovsky
|
|
Dylan Rickenbacker
Animator
Join date: 11 Oct 2006
Posts: 365
|
08-20-2008 22:14
Just tried it, it works fine if you just put "/me" in the chat string, like this: llSay(0, "/me has been touched."  ;
|
|
Ehco Klossovsky
Registered User
Join date: 22 Mar 2008
Posts: 10
|
=]
08-20-2008 22:26
haha oh wow that easy , should of thought of that myself hahaha thanks allot for your help !!!! ^^!!!!
|
|
Squirrel Wood
Nuteater. Beware!
Join date: 14 Jun 2006
Posts: 471
|
08-21-2008 01:43
an alternative for this would be the following:
Assume you want to include the name of the toucher at the beginning...
you would rename your object to the touchers name and then use the "/me" variant to voice the action.
|