Reply to Re: A "high-score" based Dmod
If you don't have an account, just leave the password field blank.
At a quick glance:
Was that supposed to be an if statement, or you want to assign &reach value to 1? Because you have one extra = sign
void touch ( void )
{
int &reach;
&reach == 1; // this line (read below)
say("I'm touching the switch", 1);
}
Was that supposed to be an if statement, or you want to assign &reach value to 1? Because you have one extra = sign






