13.04.2015, 02:26
Let me explain again....
Put #define Function at the top of your script
Then denote any functions with that...
Function Test1() {}
Function Test2() {}
Function Test3() {}
Function Test4() {}
Function Test5() {}
It won't do anything but make it easier to search for your function declaration.
Put #define Function at the top of your script
Then denote any functions with that...
Function Test1() {}
Function Test2() {}
Function Test3() {}
Function Test4() {}
Function Test5() {}
It won't do anything but make it easier to search for your function declaration.