Use CommonLibraryLua in script
Use CommonLibraryLua in script
Hi there, I'm looking for the best way to use the Message system included with the CommonLibraryLua - these work great in the Dialogue Editor but I want to be able to send a message (and trigger an action through a listener, etc) through script. However there seems to be no easy way to access the CommonLibraryLua MonoBehaviour other than using potentially a GetComponent on my DialogueManager. Is this the best way to do this? Thanks in advance.