Non-invocable member cannot be used like a method?

Where you’ve written “OffenceBox.Text()”, you need to replace this with “OffenceBox.Text”. It’s a property, not a method – the clue’s in the error!