Hi, I want to ask a question regarding the use of the script LCL. I am writing a small server app, but I want it to be usable for a couple of different sites. I am using Indy UDP Server for network communications. Different sites may have different messages I need to receive and process but I want to keep to core servercode the same. So my question is, on processing the UDP message (IdUDPServerUDPRead Event) can I inject a script to handle the messages? I thought I would ask before going down the rabbit hole of trying it. Thanks in advance :-)