From Second Life Wiki
GetAnimation/nl
llGetAnimation
Functie: string llGetAnimation( key id );
Returns a string that is the name of the currently playing locomotion animation for avatar id. See the table below.
llGetAgentInfo and llGetAnimationList provide more detailed information about the avatar state then this function does, it is recommended that you use them instead.
| Value
| Description
|
| "Crouching"
|
|
| "CrouchWalking"
|
|
| "Falling Down"
|
|
| "Flying"
|
|
| "FlyingSlow"
|
|
| "Hovering"
|
|
| "Hovering Down"
|
|
| "Hovering Up"
|
|
|
| Value
| Description
|
| "Init"
|
|
| "Jumping"
|
|
| "Landing"
|
|
| "PreJumping"
|
|
| "Running"
|
|
| "Sitting"
| Sitting on an object.
|
| "Sitting on Ground"
|
|
|
| Value
| Description
|
| "Standing"
|
|
| "Standing Up"
| After falling a great distance.
|
| "Striding"
|
|
| "Soft Landing"
|
|
| "Taking Off"
|
|
| "Turning Left"
|
|
| "Turning Right"
|
|
| "Walking"
|
|
|