Hi to all!
I need to the game launched via a script that calls the game and add a parameter while launching, so the game receive its calling and the user ID its calling it.
Anyone has done that?
a3
If you export to NWjs, you can use NWJS.ArgumentCount and NWJS.ArgumentAt(n) expressions.
Nor can do, it need to be full web experience, a webpage calling a webgame
Develop games in your browser. Powerful, performant & highly capable.
So a web game? Use Browser.QueryParam and Browser.QueryString expressions
Nice! Thanks a lot for the advice, gonna rtfm on browser.querryParam and test it out!
Yes, it worked nicely
THANKS A LOT!!!!