How can I put two GUISkins on two different buttons in one script?

I have two buttons, each for class selection and I want to know how could I use 2 different GUISkins in the same script for each button. I already have the models for the buttons made up, I just can’t seem to figure this out. Every time I try, both buttons have the same skin instead of different ones. Is there a way to do this?

Change GUI.skin before your second GUI.Button

By the way, is there a particular reason you’re using 2 different skins instead of two different styles in the same skin? It seems odd since you can have as many styles as you need in one skin.