1 |
blcon = instance_create(x + 100, y, obj_blconsm); |
2 |
gg = floor(random(3)); |
3 |
mycommand = round(random(100)); |
4 |
global.msg[0] = "Default"; |
5 |
if (mycommand < 75) |
6 |
global.msg[0] = "No 2"; |
7 |
if (mycommand < 50) |
8 |
global.msg[0] = "No 3"; |
9 |
if (mycommand < 25) |
10 |
global.msg[0] = "No 4"; |
11 |
if (whatiheard == 1) |
12 |
global.msg[0] = "Action1"; |
13 |
if (whatiheard == 3) |
14 |
global.msg[0] = "Action2"; |
15 |
if (whatiheard == 4) |
16 |
global.msg[0] = "Action3"; |
17 |
global.msg[1] = "%%%"; |
18 |
global.typer = 2; |
19 |
blconwd = instance_create(blcon.x + 15, blcon.y + 10, OBJ_NOMSCWRITER); |
20 |
global.border = 17; |
21 |
obj_heart.x = round((global.idealborder[0] + global.idealborder[1]) / 2) - 8; |
22 |
obj_heart.y = round((global.idealborder[2] + global.idealborder[3]) / 2) - 8; |