Wishy Posted March 16, 2022 Posted March 16, 2022 Currently we have "If inventory contains items other than" Can we please have "If inventory does not contains items other than"
Tom Posted March 17, 2022 Posted March 17, 2022 On 3/16/2022 at 8:02 PM, Wishy said: Currently we have "If inventory contains items other than" Can we please have "If inventory does not contains items other than" I feel like you could just do this with inverted logic, could you not just check if the first one is false?
FushigiBot Posted May 18, 2022 Posted May 18, 2022 On 3/17/2022 at 11:58 PM, Tom said: I feel like you could just do this with inverted logic, could you not just check if the first one is false? Can't be done currently. What I personally do is turn on a boolean if the check "if it contains items other than" comes back as true. Then, have the account bank and deposit the entire inventory and turn off the boolean as it deposits.