DarkEmperor13 Posted July 15, 2019 Share Posted July 15, 2019 Hi I need help with a script. I am trying to figure out how to make an ao that lets you have (for example) more than one jump that cycles between or more than one stand. Something similar to daiz papp's oracul ao's. Link to comment Share on other sites More sharing options...
Fenix Eldritch Posted July 15, 2019 Share Posted July 15, 2019 Generally speaking, you would want to maintain a list of potential animations for each given state. This can be done several ways, like a list in the script's memory, or a notecard in the item's inventory which the script will read from (or both depending on how you intend the AO to be used/configured). Then you would need to decide how it will switch between the different animations. Will the user be able to select it via HUDs/Dialog boxes? Or will the script automatically cycle through the animations after a timer or some other criteria? Either way, the basic approach is to pick from your list and set it as the currently active animation via something like llSetAnimationOverride. When it comes time to cycle to a new animation for that state, simply call llSetAnimationOverride again with a new animation to update it in place. 1 Link to comment Share on other sites More sharing options...
Recommended Posts
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