I am working on what is supposed to be a small game (forced to do it on Borogove as I cannot get on my computer right now) in which the player is a dragon.
When I type in “A dragon is a kind of person. The player is a dragon,” on Line 3 (Line 1 being the title, Line 2 being blank), I get the following problem:
Problem. Before reading ‘The player is a dragon’ (line 3), I already knew that ‘player’ is a person, and it is too late to change now.
But a dragon IS a kind of person. I can’t help but wonder about this. What am I doing wrong, and how would I fix this?
I do not want it to just have it be described as though the player is a dragon, as I want dragons and non-dragons to have different properties (and actions) available to them, with the player having the properties/actions that dragons have.
And using “now” doesn’t help either, as “Now, the player is a dragon,” results in the exact same problem.
Note that this project is just a small, testing game, that will later be used as a reference for bigger projects.