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