new CheckpointAreaType[1][]={ {CHECKPOINT_CLOTHES}, }; case CheckPointAreaType[0]:
Alright, so we're defining the array "CheckpointAreaType", the '1' means it holds 1 cell, in that case CHECKPOINT_CLOTHES. Now we set easily the cases from takin' out the information of our array.