Line 3:
//Mistake var TheDamamge : int - 50; //Correction var TheDamamge : int = 50; //One more thing //Line 17 //Try to use the correct spelling on the same variable hit...( "ApplyDammage", TheDammage, ... );