update_item_value() Update a specific value for a specified item (item is specified by id). Call Example Edit core.update_item_value() params: item_id (string), value (it depends on a value type of a item). return: none. Edit require "core" value = true core.update_item_value( item_id, value )