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

GameMaker Calling Python Functions

I

icaro.lima

Guest
Hello everyone! Would there be a way to call a python function at runtime and somehow process its output?
 

The-any-Key

Member
You could create an extension that use c and somehow call pyton.

Or create a server with python and use the network functions to communicate.
 
Top