Changing Object-Prefab Via Button click

Dear readers,

Since i have been creating a Project(Its an RPG), i have been through to several problems. I have managed to solve all of them but with this one i don’t know what to do.
I am using a button102718-screenshot14.jpg(i am currently making the class if you click assasin class, you will get the assasin one and so on) but i want to make the button when its get clicked to change the transform of player to player Assasin.
I don’t have a Assasin Class script yet because i haven’t made the change character.
Does anyone knows how can i make it?
Sorry i am not been very specifically.

First, makethe ASsasin script,dont fill it, just create it to let the Unity know there is a class Class called ASsasin.

Then, what yopu need? to change the position of a object? Use this example:

Object.transform.position = new Vector3 (2,7,9);

Be more specific, make a concrete question.

Bye :S :smiley: