Changing Z coordinates of verticies to a non-relative number

Hi; I am trying to modify the Z coordinate of multiple verticies to the same number.

For example, if I have 3 verticies selected with these 3 example coordinates:

(1,1,1), (2,2,2),(3,3,3)

I want to be able to change it to:

(1,1,9),(2,2,9),(3,3,9)

without moving each vertex individually (because I really have like 200 verticies I need to move). How would I go about doing that (the “n” hotkey can only change the medians of the coordinates of a group of verticies…)?

Thanks,
cfaun5

Move one of them to the Z coordinates where you need them to be. Snap the cursor there (Shift-S), Switch to Cursor transform mode ("." Dotkey), Scale (S), constraint to Z axis (Z) and scale down to 0.

Martin

Awsome; thank you