SET_WARP_STATE

Set the warp state string to a specific value.

Example JSON

{
  "action": "SET_WARP_STATE",
  "string": "some kind of string"
}

MGS Natlang

Example

script {
  set warp state to "some kind of string";
}

Dictionary entry

set warp state (to) $string:string (;)