Reply to Re: sp_script
If you don't have an account, just leave the password field blank.
Definitely. You can't just do a create sprite without attaching it to a local or global variable.
You can do it all at once though :
int &gobbo = create_sprite(x, y, brain, seq, frame);
You can do it all at once though :
int &gobbo = create_sprite(x, y, brain, seq, frame);