Entity messaging is a powerful mechanism in Starbound that allows you to send and receive message strings to and from entities. This includes different scripts on players (mech deployment, active item, tech) and even object or npc scripts.
For some, most information here is trivial at this point. For those new to message handling, the wiki covers the basics when it comes to sending and receiving messages.
https://github.com/Silverfeelin/Starbound-MessageHandling-Demo/wiki
Demo
A demo project that'll work out of the box can be found in the main repository.
https://github.com/Silverfeelin/Starbound-MessageHandling-Demo
---
To other modders familiar with message handling: please feel free to point out any missing or incorrect information
For some, most information here is trivial at this point. For those new to message handling, the wiki covers the basics when it comes to sending and receiving messages.
https://github.com/Silverfeelin/Starbound-MessageHandling-Demo/wiki
Demo
A demo project that'll work out of the box can be found in the main repository.
https://github.com/Silverfeelin/Starbound-MessageHandling-Demo
---
To other modders familiar with message handling: please feel free to point out any missing or incorrect information