I've been meesing around with another script, whereas an actor learns new skills when a certain status is applied [self.states.include?(n)].
Easy. But is it possible to say the opposite as well? self.states.not_include(n)? Would be cool if there was something like this. Doesn't have to be exactly that just anything similar will do.