1. Wrong section.
2. You will mostly recive bs here.
3. Is there an error? or...?
Brain GetBrain(Member *User)
{
if(User->AskForHack() == true || User->AskForHackHelp() == true)
return Brain.No;
else
return Brain.String("There is an other option?");
}