Reply to Re: Looking for some basic DMOD-making advice
If you don't have an account, just leave the password field blank.
Okay, what the hell, you guys. I just left the second void out of void main (void) and it worked without a single problem.
Like this:
Have we all been typing that stupid (void) for no reason this whole time? My mind boggles!
If we don't need it, I'm sure as hell leaving it out of scripts from now on.
Like this:
void main { //this stuff happens! }
Have we all been typing that stupid (void) for no reason this whole time? My mind boggles!
If we don't need it, I'm sure as hell leaving it out of scripts from now on.