Quote:
|
Originally Posted by Warcaptain
It is probably best to make a class for them, ie: "findfunctions" that way you can simply put join("findfunctions") in a script and be able to use the find functions without having to copy and paste it over and over. 
|
You should make one class called customfunctions and put all the functions in their. Then you can easily join that one class, and use all the custom functions you have made. Speaking of that, I didn't even know you can make custom functions like that :O