Reply to Re: Sprite hardness in script?
If you don't have an account, just leave the password field blank.
int &sprite = create_sprite(x,y,brain,seq,frame);
sp_hard(&sprite, 0);
and then:
draw_hard_sprite(&sprite);
or
draw_hard_map();
sp_hard(&sprite, 0);
and then:
draw_hard_sprite(&sprite);
or
draw_hard_map();