• 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!

GML Can GMS Read GML from text file?

Evanski

Raccoon Lord
Forum Staff
Moderator
What I mean is, say i have a .txt with
Code:
If (popcorn == 1)
{
     Game_end();
}
Could I then have my game open the .txt and load the code it has?
 
Top