The Dink Network

Help!

June 14th 2003, 09:08 PM
pillbug.gif
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()?
June 14th 2003, 10:54 PM
wizardg.gif
Paul
Peasant He/Him United States
 
I don't think sp_target works with brain 16. if you want her to chase Dink you'll have to use brain 9.
June 15th 2003, 09:40 AM
pillbug.gif
Thanks!