Jump to content
  • 0

how to loop unlooped animation yoga_float


6b61
 Share

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

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

Question

.hello! i just need to loop (unlooped) animation yoga_float which is internal animation. to play it as sitting animation or afk busy animation attachment. i tried to upload bvh file downloaded from http://wiki.secondlife.com/wiki/Internal_Animations but it seems broken cause legs are down not crossed ... maybe theres a script lets to loop ..? it lasts for 6 seconds then it stops/ i want it to play continuously maybe even as a gesture... thanks

and how the whole script will look like? ;)
Link to comment
Share on other sites

1 answer to this question

Recommended Posts

  • 0

That animation has been a standard one in Linden Lab's package for years, probably since Day One.  It works fine -- just a gentle cross-legged floating sit. You don't need to upload anything, because it's already in the system.  To address it in your script, you just write

llStartAnimation("yoga_float");

The servers do the rest.  If you really need to keep re-triggering it for some reason, just put it in a timer loop in your script.

Link to comment
Share on other sites

You are about to reply to a thread that has been inactive for 2962 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...