Sep 5, 2018 · 1 min read
It is a wrong statement, as you call dialogue(), and thus `saying` variable is the return value of dialogue, which is void. You need to remove parentheses.
It is a wrong statement, as you call dialogue(), and thus `saying` variable is the return value of dialogue, which is void. You need to remove parentheses.