svoid philosophyBot1_bool(PhilosophyBot1 bot) { // add as both predicate and fact so it works in if and rule lhs bot.addNativePredicate("true", (map) -> true); //bot.addFact("true"); }