in2fun
New Member
- Joined
- Sep 23, 2010
- Messages
- 871
- Reaction score
- 8
I'm having problems with exiting the game, then starting next profile.
Sometimes seems to work fine no problem, other times not. With latest DB build now can't get it to reset game for nothing.
I have tried
That makes it leave game, then restart same profile doesn't load start_here.
That makes it load next profile fine. But doesn't exit game. Just goes to next profile and runs empty map.
This used to work fine, but with change on Continue to LoadProfile, now doesn't work. Will throw errors on the Continue part.
So changed to
It will load next profile fine, but will not exit game.
Can anyone tell me what is proper way to exit and start next profile?
Using latest build 284. United Giles Trinity
Sometimes seems to work fine no problem, other times not. With latest DB build now can't get it to reset game for nothing.
I have tried
Code:
<LeaveGame reason="Run is done" />
<LoadProfile profile="Start_Here.xml" />
Code:
<LoadProfile profile="BigRed_START_HERE.xml" />
<LeaveGame reason="Run is done" />
Code:
<Continue profile="START_HERE.xml" exitgame="true"/>
So changed to
Code:
<LoadProfile profile="START_HERE.xml" exitgame="true"/>
Can anyone tell me what is proper way to exit and start next profile?
Using latest build 284. United Giles Trinity






