DS Map
In GameMaker Studio, a DS Map (Data Structure Map) is a dynamic data structure used to store and manage key-value pairs. Similar to dictionaries in other programming languages, DS Maps allow you to associate a unique key with a corresponding value, enabling efficient storage and retrieval of data