Can I initialize fort_character type variable just like the other variables?

For exam:
_Player : fort_character = fort_character{}

1 Like

No you need to use optionals for that :

Character : ?fort_character = false

Thank you so much!

1 Like