Last active
July 9, 2020 05:19
-
-
Save collinticer/4768efbf1cbdbdf558bd51d355729ca3 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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