prevent.input();
status.line.off();
text.screen();
v19 = 0;
reset(f4);
display(4,0,"                 STATUS");
display(6,0,"              John Mordred");
display(8,0,"             HEALTH: %v38|2/%v51|2");
display(10,0,"         EXPERIENCE: %v50");
display(12,0,"               AMMO: %v49");
display(14,0,"              SCORE: %v3/%v7");

Label1:
if (!have.key()) {
  goto(Label1);
}
accept.input();
status.line.on();
graphics();
set(f4);
return();