This Global Variable has the Same Name as a Global Function Error
You reused the name of a method or function in a module as the name of a property in a module.
Example
Defining "myMessageBox" as a method in a module and also defining "myMessageBox" as a property in the module.