| 1 | function scr_itemcomment |
| 2 | { |
| 3 | talkx = scr_charbox_x |
| 4 | itemcomment = instance_create(talkx + xx, yy + 460, obj_menuwriter); |
| 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 | } |