logic_case

  1. Cyberen

    A Math Question

    Say I want to create a vehicle with speeds and gears. Speeds is represented by S. It has six values: 0, 25, 40, 55, 70, 85 Gears is represented by G. It has four values: 1, 1.41, 1.83, 2.25 If I want to output a value based on S multiplied by G, with both variables changing based on hitting...
  2. FloofCollie

    Randomgen A3

    Just what it says! Using logic_case, this map is made from chunks of func_brushes that are randomly selected so that each round is different! (Map is mirrored too) No need to use a program beforehand! It's more of a proof-of-concept for an idea I have, so the layouts don't vary much in height...
  3. Kunny

    Logic_case Problem

    I'm having a problem with logic_cases. I am having a logic case that is selecting blocks at random then breaking them. Sometimes the case reselects blocks that have already been broken.