| 1 | function scr_healitem_all |
| 2 | { |
| 3 | scr_healall |
| 4 | for (i = 0; i < chartotal; i += 1) |
| 5 | { |
| 6 | healx = scr_charbox_x |
| 7 | healtext = instance_create(healx + 70 + xx, yy + 430, obj_healwriter); |
| 8 | healtext.healamt = arg0; |
| 9 | } |
| 10 | } |