Remote Procedure Calls

by Nickr5
Make communicating between servers easy!
ID:124542
 
This allows you to make remote procedure calls between servers, so calling a proc on a different server is as easy as:
server.Call("say", "Hello, world!")


A demo and basic documentation is included.