Grey_Mongrel
bool stillLearning = true;
string dailyMoto = "Keep pushing!";
string courseGoal = "Change careers?!";
if (stillLearning){
Debug.Log (dailyMoto);
} else {
Debug.Log (courseGoal);
}
bool stillLearning = true;
string dailyMoto = "Keep pushing!";
string courseGoal = "Change careers?!";
if (stillLearning){
Debug.Log (dailyMoto);
} else {
Debug.Log (courseGoal);
}