Hi,
I need a little help with a custom profile I'm working on. I need a way to do the following:
Assuming I have 4 profiles A, B, C, and D. I want to run profile A 4 times, leaving the game and starting over between each run, then profile B 6 times, again leaving the game between runs, then profile C 10 times, then profile D 100 times. How can I do that?
At the moment I got it to work by making 4 copies of profile A, calling them A1, A2, A3, and A4. I have a Leave Game tag and a Continue profile tag at the end of each one to leave and load the next. At A4, I load B1, etc. However, I'd like a more elegant solution, especially since I might want to run some of these profiles 100 times before doing the next.
I tried using the numGames setting in the GameParams tag, but setting it to anything other than -1 makes the bot run the profile once and stop.
Any ideas would be greatly appreciated.
Thanks
I need a little help with a custom profile I'm working on. I need a way to do the following:
Assuming I have 4 profiles A, B, C, and D. I want to run profile A 4 times, leaving the game and starting over between each run, then profile B 6 times, again leaving the game between runs, then profile C 10 times, then profile D 100 times. How can I do that?
At the moment I got it to work by making 4 copies of profile A, calling them A1, A2, A3, and A4. I have a Leave Game tag and a Continue profile tag at the end of each one to leave and load the next. At A4, I load B1, etc. However, I'd like a more elegant solution, especially since I might want to run some of these profiles 100 times before doing the next.
I tried using the numGames setting in the GameParams tag, but setting it to anything other than -1 makes the bot run the profile once and stop.
Any ideas would be greatly appreciated.
Thanks