I want to call/spawn a function which is defined in my AH.sqf, but from another script. The AH.sqf runs at every server start, so I don't want to run it again.
How can I call/spawn that specific function from AH.sqf script without running the entire script again?