if(this.idea == "good"){
this.explain();
} else {
this.forget();
}
this.explain = function(){
this.todoInThisThread = "Well just chat in AS"
if(!youUnderStand){
this.forget()
}else{
this.rules = "Just say some thing..."
if(saySomeThing != "inAS") {
this.forget()
} else {
return "lets go... What you think if this"
}
}
}
this.forget = function(){
return("FIIIIINE!?!")
}