ds_map_create();
Returns: Map id.
This function is used to create a new, empty, ds_map and will
return its id which is then used to access the data structure in
all other ds_map functions.
inventory = ds_map_create();
The above code will create a new, empty ds_map and store its id index in the variable "inventory".