So say I had a function named Conditions in one trigger, and another named Conditions in another. In the Trigger Initialization (or any call that refrences a function), will it potentially call up the function from the other trigger, or just from that one trigger? (I know 2 functions with the same name in the same trigger, but idk about 2 different triggers)
All triggers actually 'exist' together in one big .j file, so you could use a function from one trigger in another trigger (provided the ordering is right, but don't bother trying because of the retarded way WC3 handles trigger insertion order).