Author Topic: There is an error with a function  (Read 443 times)

when i try this:
function randomavatar()
with the rest of it after, it gives me an error with the first letter of the name of the function, although the first one doesn't give an error, only the last 2 functions (there's 3 in the file)

like
function ##r##andomavatar() or whatever?
That would be a problem with whatever is before it

I get errors like that if I'm missing an end bracket somewhere.

like
function ##r##andomavatar() or whatever?
That would be a problem with whatever is before it
oh, thanks :D
much more helpful than saying the error is on that line with that message, as it led me to believe that that was the problem
i can probably fix it now, locking