add_script
Create a new GML script and register it in a GameMaker project's YYP file.
Instructions
Create a new GML script and register it in the YYP
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| code | No | GML code for the script | // TODO |
| projectDir | Yes | Absolute path to the GameMaker project directory | |
| scriptName | Yes | Name of the script to create |