VoiceAttack

Profiles, Commands and Plugins => Profile and Command Discussions => Topic started by: bholcomb007 on March 08, 2018, 03:15:10 PM

Title: Profile Loading order
Post by: bholcomb007 on March 08, 2018, 03:15:10 PM
OK, if I have a profile added on to another (In the "Include command from other profiles" option), will the "root" profile load/initialize first before the added profile? I already know from the manual that the commands will take priority over the lower profiles, but it says nothing of the initialization of the profiles and in what order if any?
Title: Re: Profile Loading order
Post by: Gary on March 08, 2018, 03:21:09 PM
Unfortunately, there is no order by which profiles initialize.  If you have several profiles that need to work together, you're probably going to have to duplicate code between them and sort it out using some type of variable that they share.  I plan on building some type of profile management system, but that's going to be down the road sometime.