- Joined
- Sep 25, 2017
- Messages
- 3
- Reaction score
- 4
- First Language
- English
- Primarily Uses
- RMVXA
Hi All,
Odd problem and I feel like I am missing something simple.
I have a fresh install of RPGmaker, no plugins, and a fresh game.
My only event is an "on-action" to call a script to open a webpage, but it seems like no matter what I put in, the game crashes out in testing.
Using:
window.open('https://github.com/nwjs/nw.js', '_blank');
Gives me:

And nw.Shell.openExternal("example.com");
Gives me:

I've gotten this to work painlessly before, so what incredibly basic thing am I missing here, lol.
Thank you!
Odd problem and I feel like I am missing something simple.
I have a fresh install of RPGmaker, no plugins, and a fresh game.
My only event is an "on-action" to call a script to open a webpage, but it seems like no matter what I put in, the game crashes out in testing.
Using:
window.open('https://github.com/nwjs/nw.js', '_blank');
Gives me:

And nw.Shell.openExternal("example.com");
Gives me:

I've gotten this to work painlessly before, so what incredibly basic thing am I missing here, lol.
Thank you!