Hey Kevin, is it possible to check against a boolean? Doing something such as this: set x to 1. print x = 1. #True Returns true and that's just fine, but I've been trying to check against the values themselves. Like, x = true. I've tried it as a string and otherwise, but can't seem to figure it out. Also, one more thing: With the new STATUS addition (great, by the way), I'm trying to run a check on it as well but cannot seem to figure out how. For example: until status = landed. Though a very rough example, I think you get what I'm saying. Any thoughts? Thanks!