mirror of
https://github.com/Ttanasart-pt/Pixel-Composer.git
synced 2024-11-10 20:45:35 +01:00
7 lines
209 B
Plaintext
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;
|
|
}
|
|
} |