Files

8 lines
202 B
Plaintext
Raw Permalink Normal View History

2022-01-29 16:47:06 +01:00
/// @description
//gml_pragma("global","instance_create_depth(0,0,0,obj_http);");
if (instance_number(object_index) > 1) {
instance_destroy(); // THERE CAN ONLY BE ONE
}
requests = ds_map_create();