When new event variable or function stubs are added to the main script, they'll be placed at the top, regardless of any Using or #Requires statements or Param() blocks, which will obviously cause issues. Statements such as these that must come first should be checked for, with the event variable or function being inserted underneath.
When new event variable or function stubs are added to the main script, they'll be placed at the top, regardless of any Using or #Requires statements or Param() blocks, which will obviously cause issues. Statements such as these that must come first should be checked for, with the event variable or function being inserted underneath.