Reply to Re: Dink Smallwood v1.08 Beta 3
If you don't have an account, just leave the password field blank.
bools are either true or false or 1 or 0 but in Dink, the -1 value is used for returning a value because there are no get_hardness();, get_size();, get_x(); etc functions/methods. For example:
int &mydir = sp_dir(1, -1);
This returns the direction instead of setting it to -1.
int &mydir = sp_dir(1, -1);
This returns the direction instead of setting it to -1.