i was wondering if anyone knew where the functions called in common.j and blizzard.j that are NOT defined in those files themselves are. Any information would be greatly appreciated. thanks!
Any function called in blizzard.j will either be defined in blizzard.j or common.j.
If you are talking about AI scripts, there are other functions in common.ai for ai scripts only.
All blizzard.j functions are defined within blizzard.j or common.j. Functions in common.j are defined inside the game's source code, and are not accessible.