Skip to content

Instantly share code, notes, and snippets.

@collinticer
Last active July 9, 2020 05:19
Show Gist options
  • Save collinticer/4768efbf1cbdbdf558bd51d355729ca3 to your computer and use it in GitHub Desktop.
Save collinticer/4768efbf1cbdbdf558bd51d355729ca3 to your computer and use it in GitHub Desktop.
var prop_list = ds_map_create();
ds_map_add( prop_list, "current_dialog", false );
ds_map_add( prop_list, "in_dialog", false );
ds_map_add( prop_list, "dialogs", ds_list_create() ); //the list of "dialogs" - created via the new_dialog script
return prop_list;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment