I working on a character build that re quires a number of post custom steps. At one point I need to have a script that opens a UI window and I need mGear to pause the build process until the user closes that window. Unfortunately mGear is just blasting straight through to the next script. How can I interrupt the post custom steps?
Do you? Are you sure there isn’t a way to include that information in the guide before building? A custom component could store that information somewhere. Why does it have to be in the middle of a build?
Just my thoughts. I don’t actually know how to pause the build process. Do basic techniques like input() not stop the script?