SET_MAP_TICK_SCRIPT

Sets the map's on_tick script.

Example JSON

{
  "action": "SET_MAP_TICK_SCRIPT",
  "script": "scriptName"
}

MGS Natlang

Example

script {
  set map on_tick to scriptName;
}

Dictionary entry

set map on_tick (to) $script:string (;)