I suppose I am asking for further help understandi...
# announcements
d
I suppose I am asking for further help understanding when expressions. In the above code snippet, not only does IS_BLESSED (line 40) not print, but "UNKNOWN RACE" in line 25 always prints. But if race is assigned to orc, and the when expression checks for race, why doesnt it print HILL_PEOPLE?
g
Your when check has space after race name
d
I don't understand what you mean.
oooooooh, okay
"str" =/= "str "
Thanks you! such a rookie mistake
👍 1
s
@Dangelomjoyce, what engine are you using for the game?