ID:1238526
 
As a few may know, the nexus is meant to unite all that is gaming.

This is a simple question involving the 'points' of the nexus, and could be considered a suggestion.


The question is simple. Is there a feature that allows *variables* to be interchangeable between different games, and not just libraries, but in a dynamic way?
Technically speaking it could be done through MySQL, but there can most certainly be more methods.

Within BYOND the scoreboard could be used. You save the variable to a slot in the scoreboard of a hub and load it from another.
Ah, thanks.




The nexus has been with us all along, my friend.
MySQL is definitely a possibility or even exporting the files to a web host is another option, you could export to a php script to create a file or export to save it in the database.

You could make a dll file with FTP functionality and do it that way I think, you have a few options.