Set key to a value
This will set the value of the given key in the given map variable to the given 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)
- Value (text)