My partner has come across this issue in a build he is working on & I wanted to find the thread in question as I believe it offered a solution. Despite various search strings I cant track it down, can anyone help please?
Thank you

These forums are CLOSED. Please visit the new forums HERE
Scripts Sending Chat to Owner when an Object is Clicked? |
|
|
Danni Bekkers
Registered User
Join date: 17 Feb 2007
Posts: 74
|
01-27-2009 02:52
I saw something recently in a thread about certain scripts that will IM the owner of an object when someone interacts with it. For exmaple I have rotation scripts in some items in my store that send a message to me in chat when someone clicks the item, whenever I am on the same sim.
My partner has come across this issue in a build he is working on & I wanted to find the thread in question as I believe it offered a solution. Despite various search strings I cant track it down, can anyone help please? Thank you ![]() _____________________
DB Designs - Low Prim Outdoor Furniture
Now in our new island store! http://slurl.com/secondlife/Seaview/84/107/21 |
|
Qie Niangao
Coin-operated
Join date: 24 May 2006
Posts: 7,138
|
01-27-2009 03:30
Umm. Not sure what the problem is, exactly: to get rid of such a script, or to put one in an object. If the former, you have to find the object, and you may be thinking of the thread /327/04/300552/1.html. If the latter, there are a couple of different ways to do this, depending on whether you really want it only to message you while in the same sim, or always. (Both very easy scripts, but don't know if they're wanted.)
(Come to think of it, I'm not so sure about the answer in that thread, because if you're offline, you're not in the same sim, so would llOwnerSay() actually send the message? Maybe it only works briefly while the sim is confused about where the owner is, or maybe it's really llInstantMessage() to llGetOwner() that's sending while the owner is offline.) |
|
Danni Bekkers
Registered User
Join date: 17 Feb 2007
Posts: 74
|
01-27-2009 04:02
Thanks for the reply Qie.. sorry I wasn't clear was I?
![]() I was trying to find a way to stop the object IMing. In my case it's a rotation script in a raft, that always tells me when someone turns the rotation on or off. In my partners case it's whenever anyone sits on a linked part of a skybox he built. They dont seem to send any message that appears offline, only when online & in the same sim. The llOwnerSay() element was what I was thinking of, we may be able to mod the script & change that part I guess. Not a huge problem but I started thinking how to turn it off & it got me curious. That link wasn't the one I wanted, it was a thread I think that started off on a different topic & the owner say thing came up. ( I know.. threads going off topic.. whatever next ) Thanks for your help though appreciate the reply & the llOwnerSay() thing may be what I need to fix it ![]() _____________________
DB Designs - Low Prim Outdoor Furniture
Now in our new island store! http://slurl.com/secondlife/Seaview/84/107/21 |
|
Yumi Murakami
DoIt!AttachTheEarOfACat!
Join date: 27 Sep 2005
Posts: 6,860
|
01-27-2009 08:41
If it's IMing you, look for an llInstantMessage() rather than an llOwnerSay().
|