1 | global.typer = 1; |
2 | global.msc = 2; |
3 | writerid = instance_create(240, 176, OBJ_WRITER); |
4 | global.typer = 2; |
5 | global.msc = 1; |
6 | writerid2 = instance_create(30, 176, OBJ_WRITER); |
7 | global.typer = 3; |
8 | global.msc = 3; |
9 | writerid2 = instance_create(448, 176, OBJ_WRITER); |
10 | action_set_alarm(1, 0); |