Jump to content

Detecting bots / Checking scripted agent status


Wulfie Reanimator
 Share

You are about to reply to a thread that has been inactive for 1363 days.

Please take a moment to consider if this thread is worth bumping.

Recommended Posts

It's been a while since I looked into this, but is there any public interface for checking whether a specific avatar is set to the Scripted Agent status, or is there any specific behavior we can observe? (For example, name hidden in group member lists, but I don't think this happens.)

I don't need to know whether the avatar is currently being controlled by a human or not. I only want to know this status:

3edbc941cb.png

  • Haha 1
Link to comment
Share on other sites

Why don't you put in a Jira request for this as a script feature. Maybe part of llGetObjectDetails? maybe not.

Could be, llGetObjectDetails(key,[AVATAR_SCRIPTED_STATUS]); and simply returns true or false?.

You could argue it on the basis of stopping bots from entering your region if you were hosting an experience of some kind

Edited by ItHadToComeToThis
Link to comment
Share on other sites

8 minutes ago, ItHadToComeToThis said:

Why don't you put in a Jira request for this as a script feature. Maybe part of llGetObjectDetails? maybe not.

Could be, llGetObjectDetails(key,[AVATAR_SCRIPTED_STATUS]); and simply returns true or false?.

You could argue it on the basis of stopping bots from entering your region if you were hosting an experience of some kind

If nothing comes up then maybe. I think llRequestAgentData would make the most sense, considering the name and what it already does, and not needing the avatar be in the area or online.

Link to comment
Share on other sites

On 8/11/2020 at 4:12 AM, Wulfie Reanimator said:

If nothing comes up then maybe. I think llRequestAgentData would make the most sense, considering the name and what it already does, and not needing the avatar be in the area or online.

I think I recall a discussion about this a few years ago, but I don't think a solution was found. The aforementioned setting seems to be limited for viewing to LL. I checked the functions, the public profiles and the viewer URI and I haven't found a way, but I'd definitely support such a ticket if you submitted it.

Edited by Bugs Larnia
Added suggestion that scripted agent status visibility is currently limited to LL
Link to comment
Share on other sites

You are about to reply to a thread that has been inactive for 1363 days.

Please take a moment to consider if this thread is worth bumping.

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
 Share

×
×
  • Create New...