The switch statement in con is similar to that in C.
switch <gamevar> case <constant> <do something> break case <constant> <do something> break endswitch
Caution: Nested switches do not work because of the way the CON compiler compiles them.