• Hey Guest! Ever feel like entering a Game Jam, but the time limit is always too much pressure? We get it... You lead a hectic life and dedicating 3 whole days to make a game just doesn't work for you! So, why not enter the GMC SLOW JAM? Take your time! Kick back and make your game over 4 months! Interested? Then just click here!

How can I pass a String from Javascript to GML?

Mert

Member
I can't use traditional return

I'd like to take a piece of string from my extension and pass it to GML, in any way possible. (other than simply doing return x;)

Here's my string
Code:
"album:!Hello, I Must Be Going:!length:!3.1:!title:!You Can't Hurry Love:!"
Edit : Solved, with different strategies :D
 
Last edited:
L

Lonewolff

Guest
I'm fetching data from Firestore. The process isn't happening instantly, so I can't use return.
Ah, fair enough. Sorry but JS isn't my strong point. :(

Even the mighty Lonewolff has his Kryptonite. :D
 
Top