I got another health problem for ya!
first draw actor then:
- Code: Select all
erase(0, 0, 0, 1);
for (I=0;I<MAX_HP;I++)
{
setpen(0, 216, 28, 0, 1);
moveto(I, 0);
lineto(I, height-1);
}
for (I2=0:I2<HP*2:I2++);
{
setpen(255, 0, 0, 0, 1);
moveto(I2, 0);
lineto(I2, height-1);
}
then it says :
Error line 8; Expected ;
Error line 9; Expected ;
Error line 14; Expected;
do you know whats wrong?