Skip to main content

Set key to a variable's value

This will set the value of the given key in the given map variable to the given variable's value.

note

You can set the key of an inner map by using '.' to separate the map(s). For example, to set the value of 'id' in the map 'Player' inside the parent map 'Data' you would set the Map name to 'Data.Player' and the Key to 'id'.

Parameters

  • Map name (text)
  • Key (text)
  • Variable name (text)