Errors on Script?

How do I fix these errors?:

It is for a dialogue script.

Boolean values in c# and other languages are case sensitive, all your “True/False” values need to be adjusted to all lower case, this is why it can not find the definition for this keyword in this case.

tl;dr: boolean values are lower case.