I believe the PlanOut language expects that if you don't `return false` then the experiment is considered active. Currently the interpreter only sets `_inExperiment = true` if you explicitly `return true` in the script.