* **Messager** is now able to pass instigator Game Object through message broadcast.
* **OnMessageEvent** now passes the optional instigator instead of itself as instigator to the Calls. In order to pass itself use an intermediate **SetInstigatorLogic** that targets the OnMessageEvent owner to replicate the former behaviour.
* **SendMessageAction** now passes its instigator game object to the **Messager**
* **Delayed Logic** now has a mode that allows you to have a random delay within a range.
* **Audio Play Clip Action** now allows you to randomize volume and pitch within a range of values every time you play the clip.