in website there is an alert functions
I am calling that function from browser Console by typing window.getNextGame("This is alert")
now how do I call this from construct 3 ?
I am non-programmer
Develop games in your browser. Powerful, performant & highly capable.
You can try with
globalThis.getNextGame("This is alert")