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