ID:167921
 
Is it possible to check a Hub Entry's Version number with an In-Game variable that has the build's number?

Ex:
if(gameversion != hubversion)
alert("The server's build is an old one, you should update!")


gameversion = In-Game variable that is changed in the Code
hubversion = The variaible in the HUB Edit-Page (one of the last things has "Version")

This would be helpful for if I have more than 1 person hosting for me. I can get them to update without having to tell every host.
That is a good idea/a good question.. I don't know.
If I understood the DM Reference right, I think world.version is the hub version.
In response to Kalzar