]> vgcfreebox.myrthtech.pt Git - gm-duelo.git/blob - objects/obj_player/Other_63.gml
player object
[gm-duelo.git] / objects / obj_player / Other_63.gml
1 var _i_d = ds_map_find_value(async_load, "id");
2 if (_i_d == _to_clear_my_data){
3 if (ds_map_find_value(async_load, "status")){
4 if (ds_map_find_value(async_load, "result") == "YES"){
5 delete_my_data();
6 }
7 }
8 }