Line3 and Line4 are probably comparing a string to integer, this wont work. Use this instead (only if your Score variable is integer):
Condition
[System: Compare two values] int(webstorage.localvalue("HighScore")>Score
Or use:
Compare Key value (as number)
See whether that helps.