1 | if (instance_number(obj_gmlive) > 1) |
2 | { |
3 | var first = instance_find(obj_gmlive, 0) |
4 | if (id != first) |
5 | { |
6 | instance_destroy() |
7 | return; |
8 | } |
9 | } |
10 | live_init(1, "http://localhost:5100", "") |