1 | function scr_itemcomment_ch1 |
2 | { |
3 | talkx = scr_charbox_x_ch1 |
4 | itemcomment = instance_create_ch1(talkx + xx, yy + 460, obj_menuwriter_ch1); |
5 | itemcomment.msg = arg1; |
6 | itemcomment.who = arg0; |
7 | if (global.flag[32 hide_equip_comments] == 1) |
8 | { |
9 | with (itemcomment) |
10 | instance_destroy(); |
11 | } |
12 | } |