Hi, im a beginner at unity scripting. I have a script in javascript with a line
static var MyScoreCounter : int = 10;
then i have another script in Csharp script with a "Die" function. How do i add score to the first javascript when the Die function is called in the csharp script? Thanks!