Asked
— Edited
I need a little input. I'm trying to use ControlCommand() in a script to loop a 60 second prerecorded animation that used the scripting recorder. I have the ability to play forward and reverse, but I'd like to be able to loop the animation indefinitely. Seems simple but i must be missing something.
Cueing script would be:
Code:
Pre-recorded script should end with:
Code:
Code:
That's how I wrote the script the first time, but would only run the sprint recorder once with an error that the ControlCommand() line "is a background worker is currently busy and cannot run multiple tasks concurrently." Stops after playing once.
I have clean new project with nothing else but one script recorder.
Code:
I'm trying to get some similar looping random type movements. I've tried the Personality generator for the first time. I like the idea, but it says" ControlCommand is not supported for this control" ( this was a script recorder animation). It would be nice to be able to call up various prerecorded script recorders for random animations as well. Is this possible now or something for the future, perhaps?
Edit: A "stop" added to the ControlCommand would be great as well.
I don't use the recorder in any of my projects yet but would the ScriptStartWait work?