Has anyone used TNet 3 to save AC Global variables to send to other players on a virtual server, if so any suggestions how it was done? Any help would be greatly appreciated.
It looks like you're new here. If you want to get involved, click one of these buttons!
Comments
I wouldn't know about TNet specifically, but you can sync a Global Variable to external scripts by setting its "Link to" field to "Custom Script" and then hooking into the OnDownloadVariable / OnUploadVariable custom events.
See the included "Variable Linking Example" script for an example.
Thanks, Chris. I'll look into that.