Created
July 18, 2020 16:36
-
-
Save collinticer/50a5a25db143f422641950e37d93d296 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
| if( objectProperties[? "current_dialog"] == false && ds_list_size( objectProperties[? "dialogs"] ) > 0 ) | |
| { | |
| var tmpDialogList = objectProperties[? "dialogs"]; | |
| var dialogObj = tmpDialogList[|0]; | |
| ds_map_set( objectProperties, "current_dialog", dialogObj ); | |
| ds_list_delete( objectProperties[? "dialogs"], 0 ); | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment