Hi,
Is there any way to open an exe file that is located in the game directory?
For example, I have an external exe files (called "options.exe) that allows the players to change some game settings.
In "
Scene object > Actions > Left click > Execute a script", I tried to cheap it with the command
startDefaultBrowser('options.exe')
but of course it doesn't work
Thank you in advance for your help