add_script
Create a new GML script and register it in the GameMaker project file, making it available for use in the project.
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 |