Hi, I wish to create a new variable given certain parameters of 3 other variables.
I have tried the basic creation of a new variable commands "gen highscore = . / replace highscore = 0 if (varA <1)
[I can get that far, but what I need is something essentially like the following - but the syntax doesn't work):

replace highscore = 0 if (varA <=1) or if (varB <=10) or if (varC >= 10)

Is there a way to fix this syntax?

Thanks for any and all help - I am sure the answer is pretty straightforward.