22.10.2016, 15:54
Quote:
|
It's simpler than this. He created this function at the end of the script, but I doubt he has any forward declaration. Hence, anything that comes before the function is not aware the function exists.
@OP: Lookup forward declarations. If you do that correctly, it will work. |
I also think it was problem of mismatched braces that made his function local not global.(he fixed it though)


