upload_drone_script
Upload a DroneLang script to an autonomous drone (DroneLang is a simple scripting language. Scripts run once per tick. The drone executes the first matching IF branch as one game action. Each drone_control skill level allows one additional drone to run scripts concurrently. Pass empty script to clear.)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| script | Yes | DroneLang script source (max 2000 chars). Pass empty string to clear. | |
| drone_id | Yes | ID of the drone to program | |
| session_id | Yes | Your session ID from login/register |