Help!
Does anybody know why this script won't work?
int &fairy = create_sprite(384, 174, 16, 261, 1);
sp_base_walk(&fairy, 260);
sp_speed(&fairy, 1);
sp_target(&fairy, 1);
Just to tell ya, it's attached to the screen (With a Void main(void) and other stuff above it) Mainly, the sp_target does'nt work, does it need to be in an sp_script()?
int &fairy = create_sprite(384, 174, 16, 261, 1);
sp_base_walk(&fairy, 260);
sp_speed(&fairy, 1);
sp_target(&fairy, 1);
Just to tell ya, it's attached to the screen (With a Void main(void) and other stuff above it) Mainly, the sp_target does'nt work, does it need to be in an sp_script()?
I don't think sp_target works with brain 16. if you want her to chase Dink you'll have to use brain 9.