Loads another profile from the same directory, I've used this to chain profiles so I don't end up with massive files.
Example,
CustomBehavior File="LoadProfile" Profile="Profile2.xml" Remember="True"
Usage,
- You could have a central file called QuestHub.xml or something, which checks conditions and farms out to sub profiles based on if conditions or whatever.
- Have a starting profile (ie, level 1-5) which then calls the next profile at the end (ie, 6-10), etc etc
Notes,
- Remember tag is optional, basically this means if Remember = true next time you start hb it will start with this profile. Handy if you have a central profile that farms out to sub profiles. Default is false.
- Don't need to specify a directory, it loads the profile from the same directory the current profile is loaded in.
- That's all I can think of.
Example,
CustomBehavior File="LoadProfile" Profile="Profile2.xml" Remember="True"
Usage,
- You could have a central file called QuestHub.xml or something, which checks conditions and farms out to sub profiles based on if conditions or whatever.
- Have a starting profile (ie, level 1-5) which then calls the next profile at the end (ie, 6-10), etc etc
Notes,
- Remember tag is optional, basically this means if Remember = true next time you start hb it will start with this profile. Handy if you have a central profile that farms out to sub profiles. Default is false.
- Don't need to specify a directory, it loads the profile from the same directory the current profile is loaded in.
- That's all I can think of.