changing floats by input C#

i’m a complete novice to C#… on the ‘mouselook’ script how can i (by the input “Scope”) no increase sensitivityX and sensitivityY to a different nunber then when the button’s not pressed it be another number… mouselook is in C sharp, all i know is java! any help apprechiated thanks!

You'll need 4 variables instead of 2, unless you want a simple ratio (x2 for instance). Then, use the appropriate one if the button is pressed or not. There isn't much difference with javascript here, so you should be ok by looking how the other variables are declared.

PS : I love your pseudo :p