GMSnip
Link to GMSnip
GMSnip an experimental tool for handling overpowered text snippets for Gamemaker (or anything else, really), using the power of Python. For Windows only.
GMSnip has the following features:
- Create simple substitutions (type a tag inside Gamemaker, GMSnip replaces it with a different text).
- Create substitutions with parameters (type a tag inside Gamemaker, a form will popup where you can type or select the value of the parameters, and GMSnip will fill out the text template substituting the variables with the typed values).
- Create complex substitutions using the power of Python (type a tag inside Gamemaker, execute a custom Python function to process that tag and return whatever you need, with optional parameters).
- Bonus: change a config parameter and use it elsewhere, not just in Gamemaker!