Compiler errors
While getting used to any programming language, you will inevitably encounter a lot of errors trying to compile or run your code, most often from syntax errors. Write the code slightly wrong and nothing will work, even if it compiles. In this section, we'll take a look at some of the most common errors you'll encounter working with UnrealScript, what they mean, and how to fix them. Let's get started!