NPC Code: if ( boolean ) { // your everyday if-statement // if the boolean is true, do stuff here } else { // if the boolean is not true, do stuff here }
if ( boolean ) { // your everyday if-statement // if the boolean is true, do stuff here } else { // if the boolean is not true, do stuff here }