Pixel-Composer/objects/o_dialog_release_note/Other_62.gml
2022-12-18 09:20:38 +07:00

7 lines
209 B
Plaintext

/// @description init
if (ds_map_find_value(async_load, "id") == note_get) {
if (ds_map_find_value(async_load, "status") == 0) {
note = ds_map_find_value(async_load, "result");
alarm[0] = 1;
}
}