1 messages · Page 1 of 1 (latest)
Your screenshot doesn't seem related to the post title
You can't declare variables with bool, use var like your other variables
bool
var
if you want it to be a typed var, do var can_shoot : bool
var can_shoot : bool