Author Topic: Profile Loading order  (Read 3378 times)

bholcomb007

  • Newbie
  • *
  • Posts: 13
Profile Loading order
« 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?

Gary

  • Administrator
  • Hero Member
  • *****
  • Posts: 2826
Re: Profile Loading order
« Reply #1 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.