Reply to Re: The Three Pillars of Dink v1.08
If you don't have an account, just leave the password field blank.
Feel free to ignore me on this because I probably wouldn't use it anyway, but is it possible to remove the void inside the argument parthenesis to acheive the same effect? So:
void talk(void)
-- is the same as --
void talk()
The second just seems cleaner.
void talk(void)
-- is the same as --
void talk()
The second just seems cleaner.