SET_HEX_EDITOR_CONTROL

This action enables or disables player access to to the hex editor. It is enabled by default.

Example JSON

{
  "action": "SET_HEX_EDITOR_CONTROL",
  "bool_value": true
}

MGS Natlang

Examples

script {
  turn on hex control;
  turn hex control on;
}

Dictionary entries

turn $bool_value:boolean hex control (;)

turn hex control $bool_value:boolean (;)