Page 2 of 2

Posted: Thu Apr 24, 2008 6:03 pm
by ezz
Sorry for all the hassle people, I thought it would be nice and easy to do, and I didn't think about noobs complaining because they can't figure it out.

Seems like a lot of work for such a small change.

Posted: Thu Apr 24, 2008 6:20 pm
by Solfius
without knowing the specifics of how Cantr is coded, I'd say something along these lines would be better (in psuedo-code):

Code: Select all

if (participating in project){

   if(msgbox("Are you sure?")= accept){
      move char;
   }
}else{
   move char;
}
[/code]

Posted: Thu Apr 24, 2008 6:36 pm
by marol
:arrow: Accepted Suggestions

Posted: Sun Apr 27, 2008 6:08 am
by ezz
:lol:

Ezz = Happy

Re: Participation in projects...

Posted: Sat Jun 21, 2014 7:10 pm
by Bmot
Implemented :D