• 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 Visual Convert to DnD

YoKoNo

Member
Hi

This is more of just a general question about Dnd code.

Is there a limit to the number of times I can swap from Dnd to GMstudio code, and generally as long as my code is valid will it always work?

Thanks

Paul
 
Last edited:

Nocturne

Friendly Tyrant
Forum Staff
Admin
Hello! Converting DnD to GML will convert the DnD into perfectly valid GML, but converting that GML back to DnD will simply create an Execute Code action that contains the GML, it will not reconstruct the DnD actions that originally made the GML. So, yes, you can swap eternally between the two, but after the initial conversion of DnD to GML, the code will remain GML.
 
Top