Major problems with the code:
- It jumps from line 1 to line 3 very quickly as you don't define the difference from a key press and release.
- Inefficent. If you had a dialogue that was a hundred lines long, with this structure you have to create a variable and if statement for every line.
Bookmarks