Remote Procedure Calls

by Nickr5
Make communicating between servers easy! [More]
To download this library for your Linux/Mac installation, enter this on your command line:

DreamDownload byond://Nickr5.n_RPC##version=1

Emulator users, in the BYOND pager go to File | Open Location and enter this URL:

byond://Nickr5.n_RPC##version=1

142 downloads
Version 11.3.6
Date added: Feb 23 2011
Last updated: Mar 6 2011
2 fans
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.