set_feature
Set a single in-game menu control by passing a boolean for checkboxes or an integer for sliders/comboboxes. Arm writes before changing danger controls; returns the applied value read back for confirmation.
Instructions
Set one menu control. For a checkbox pass value true/false; for a slider or combobox pass an integer (combobox = option index from list_features). Danger controls fail unless writes are armed in the overlay. Returns the value read back after it was applied.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | control name | |
| value | Yes | boolean for a checkbox, integer for a slider/combobox |