Up to 9000

  • FTB will be shutting down this forum by the end of July. To participate in our community discussions, please join our Discord! https://ftb.team/discord

lenscas

Over-Achiever
Jul 31, 2013
2,015
1,801
248
function writeNumberAccordingToMentalState(person)
if(humans[person]mentalState=="bored"){
echo 1315;
} else {
echo "I am totally not bored " . 1315;
}
}
writeNumberAccordingToMentalState("lenscas") //echo's 1315