Ok, so I want to make a folder of math functions that any of my scripts can access so I won't have to write them out again should I have to use them. So far, I have this empty folder in the game directory called MoreMaths (I used the command line to get it there). Let's say I wanted something stupid, like adding two arguments together. What object would I use, and how would I use it?