nate8282
Community Developer
- Joined
- Dec 4, 2011
- Messages
- 737
- Reaction score
- 23
I want my PB profile to change which profile it loads when it goes to ORG, is there a way that everytime i hearth back to ORG it changes the profile?'
Example
Example
PHP:
<If Condition="Me.MapId == 1" IgnoreCanRun="True">
<ChangeBotAction BotName="Questing" />
<LoadProfileAction ProfileType="Honorbuddy" Path="profile1.xml" />
<LoadProfileAction ProfileType="Honorbuddy" Path="profile2.xml" /> /________Randomly or even in order pick between these
<LoadProfileAction ProfileType="Honorbuddy" Path="profile3.xml" /> \
Last edited: