I'm new to scripting, so bear with.
(I'm trying to get an attached object to recognize if an avatar is dancing or not.)
What answer will the llGet AgentInfo function will return if it finds the avatar in a looped animation. (I'm guessing AGENT_ANIMATED - but I don't think there is sucha thing.)
I thought about detecting it's Velocity, but I found an av doesn't have any when it's performing an aminated loop.
Also, what is returned if an av is idle (standing). I know that AGENT_WALKING is returned is they are walking but I can't find what it is if it isn't.
Any help would be appreciated. Thanks a ton.