Need help triggering an event!!!

Hi nnm131,

Depending on exactly what you are attempting to accomplish, there are a number of ways to go about this. Jackson’s approach is one. Another is to use Event Dispatchers, Interfaces, or Casting to get the desired results. You can find more information about each setup and their benefits here:

Event Dispatchers

Interfaces

Casting