manolete
New Member
- Joined
- Aug 28, 2012
- Messages
- 42
- Reaction score
- 0
Is it possible to end a script this way? assuming the use of RadsProfileManager
Script1
...
<Continue profile="Script2.xml"/> <--- Loading script 2 -->
<LeaveGame reason="Run done" />
...
then
Script2
...
<Continue profile="Script1.xml"/> <--- Loading script 1 -->
<LeaveGame reason="Run done" />
...
What im trying to do is a loop with the bot doing an Act 2 run, then an Act 3run and back to Act 2.
Script1
...
<Continue profile="Script2.xml"/> <--- Loading script 2 -->
<LeaveGame reason="Run done" />
...
then
Script2
...
<Continue profile="Script1.xml"/> <--- Loading script 1 -->
<LeaveGame reason="Run done" />
...
What im trying to do is a loop with the bot doing an Act 2 run, then an Act 3run and back to Act 2.
Last edited:






