Input (454122)

Hello,

I have a small problem and I think that someone could help me. There my problem :

How to make two Input, how to make when I press Shift + Right Mouse Button a script play ?

Sorry for my bad English, I’m French,

NbO

P.S : Examples :

if(Input.GetMouseButtonDown(1) //…How to had the Shif Button ?) {

…Script…

}

if(Input.GetMouseButtonDown(0) Input.GetKey(KeyCode.LeftShift)){
// do whatever.
}

Or a better example would be to have a Button which can be changed before the game starts, or if you have a default, will just use the default in web player.

Thank you