8 lines
202 B
Plaintext
8 lines
202 B
Plaintext
/// @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(); |