Reply to Re: Looking for some basic DMOD-making advice
If you don't have an account, just leave the password field blank.
Correct me if I'm wrong but I think in C that void main( void ) "void" actually had a purpose. I believe the second void was used to specify the type of returned variable by the function. Unfortunately, it can't be used for that purpose at all in Dink making it quite pointless. Dink uses a completely different method to return variables in functions.