What's new
  • Visit Rebornbuddy
  • Visit Resources
  • Visit API Documentation
  • Visit Downloads
  • Visit Portal
  • Visit Panda Profiles
  • Visit LLamamMagic

how to get your bot restart?

anthony21

New Member
Joined
Oct 22, 2012
Messages
7
Reaction score
0
I really have no idea how to let the bot leave the game and recreate a brand new game after it had " Clear " any one have any idea? or clue?

My english and those note pad make my head go dizzy!!

Your help is needed thank!!
 
You can add at the end of your profile if its standalone
PHP:
<LeaveGame reason="Profile ended!" />
or this if it has more files
PHP:
<Continue profile="Start_Profile_File.xml" exitgame="true" />
where Start_Profile_File.xml is the name of the first file of the profile.
 
Back
Top