Problem with your script is
Bool
replace it with boolean
var jump : boolean = false;
and it will work.
In Javascript its boolean and in c# its bool.
Good Luck!
↧