Skip to content

Instantly share code, notes, and snippets.

@collinticer
Created July 9, 2020 05:19
Show Gist options
  • Save collinticer/3bbee0337295b48e8b5bb4a2bd9d8c33 to your computer and use it in GitHub Desktop.
Save collinticer/3bbee0337295b48e8b5bb4a2bd9d8c33 to your computer and use it in GitHub Desktop.
var prop_list = ds_map_create();
ds_map_add( prop_list, "text", "" ); //the text this dialog should show
ds_map_add( prop_list, "type", "click" ); //the progression type of the dialogy. click or delay are the two options so far
ds_map_add( prop_list, "delay", 3 ); //if the type is delay, how many seconds to show the dialog for
return prop_list;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment