function oncreated() { a=1+2; b=4-1; if(a==b) { echo("I be admin"); } else { echo("i not be staff");} } I be admin now?