Bonus Content Unlocked
LABEL MAKER
Go behind the scenes on the design of the LABEL MAKER by pranking your friends with a custom function!
void prankTextSwap(int mode) {
if(mode == 1){
if(text == "MIKE"){
text = "BUTT";
}
} else if (mode == 2) {
if (text != "MIKE") {
text = "BUTT";
}
}
}