Welcome to the Second Life Forums Archive

These forums are CLOSED. Please visit the new forums HERE

Detecting open windows?

Daisy Rimbaud
Registered User
Join date: 12 Oct 2006
Posts: 764
02-05-2007 09:55
Is there any way to detect in a script if a window (IM, chat history or Inventory) is open? You can tell if an agent is typing or chatting on a channel, I'm wondering if there is a way to tell if an IM is being sent.
Talarus Luan
Ancient Archaean Dragon
Join date: 18 Mar 2006
Posts: 4,831
02-05-2007 10:11
Nope. There is no way for the server to ascertain anything about the state of the viewer via script. Script cannot detect typing in IM. It can detect typing in chat, because typing in chat triggers an animation and sets an avatar state flag that you can check explicitly.