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

bot doesn't exit game when done profile

If you're using the first xml I would suggest you change this:
Code:
<If condition="Me.IsInTown==True">
	<LeaveGame reason="In town, restart game"/>
</If>
with this:
Code:
<If condition="Me.IsInTown==True">
	<LoadProfile profile="nameoftheprofile.xml" leaveGame="True" />
</If>
 
Back
Top