rexrainbow
If u have the time, would u please build a addon for the text object, making it able to load text from url.
That way it is possible to do all kinds of simple server stuff in games by altering the .txt file retreived from the url thus altering the game.
Like:
Changing game variables when compare text = "anything".
Ingame news: set textobjectaddon to load from url (http://www.yoursite.com/txt/latestnews.txt)
etc
It basically gives the possibility to change game state relations for each player the same on different pc's
(This is not an attempt on multiplayer stuff)
But when .txt changed on url from server/webhost (which does not have to be checked by C2), all games automaticly change with it: on textobjectaddon-->load from url
It would be a matter of loading from url each x second or on game start or on action etc