The Dink Network

Reply to Re: A "high-score" based Dmod

If you don't have an account, just leave the password field blank.
Username:
Password:
Subject:
Antispam: Enter Dink Smallwood's last name (surname) below.
Formatting: :) :( ;( :P ;) :D >( : :s :O evil cat blood
Bold font Italic font hyperlink Code tags
Message:
 
 
July 10th 2020, 07:56 PM
duck.gif
toof
Peasant He/Him
I disagree. 
At a quick glance:
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