order scripts are called

I remember reading scripts are called dependent on how they are stored can anyone point me in that direction.

I’m not sure I’ve understood the question, but you want to change the order scripts are executed by rearranging how you have saved them (ie folder structure/etc?)

Assuming that Awake->Start->Update->Late Update is insufficient, I would suggest instead looking at:
Edit → Project Settings → Script Execution Order
which should guarantee the order for you. You may also need to look at your code structure, since usually this is overkill/last resort