I need to have the game open a remote URL at a certain point in the code, but of course C doesn't have any native functions to handle that. I tried putting in an include for MFC so I could use OpenURL, but it was just too incompatible with the existing src on link during make.
So instead I'd like to just have the URL opened from within a Python script, which is insultingly easy in comparison. However, I have no idea how to call a Python script from within the SRC to do that. I could create the file, but how do I get it to execute?
Thanks!
So instead I'd like to just have the URL opened from within a Python script, which is insultingly easy in comparison. However, I have no idea how to call a Python script from within the SRC to do that. I could create the file, but how do I get it to execute?
Thanks!