Here is a script for scripters. Dealing with communication between objects is probably one of the more difficult things to learn when its about scripting. Especially when you want to do this properly as this requires validation (by using encryption) and proper handling of listeners and channels. Having been scripting for over 10 years with more then 200 scripted products in my store i have over time perfected the perfect communication technique and scripts. You will get 2 scripts. A no-mod script that handles the whole communication and a full-perm example script. Communicating with a HUD is as simple as sending a linked message. The communication is secured by a salted encrypted token. The data itself is not encrypted. Saving you the technical details, this is way more secure then simply sending encrypted data as the token cant be decrypted and changes after every message. Do note that out of
Continue reading