Is it possible to combine scripts with another script?
For example i have a function i use in other scripts, a search function and it's named search.mrc.

Can i just call that function/script in a other script or do i need to add the search function there also?

I'm not happy asking again for help but don't know if it's even possible can't find an example or documentation on how to do this.

I don't know how to show an example code of it but what i mean is this.

I have script.package.mrc that has a search function in it but the code for it is in search.mrc

search.mrc can be distributed on it's own and doesn't need script.package.mrc to work but script.package.mrc would like to use a function in search.mrc.

Can this be done?

I hope it's clear what i mean?