Reply to Re: sp_target() bug
If you don't have an account, just leave the password field blank.
Even
int &target = sp(13);
sp_target(¤t_sprite, &target);
works right. But try targetting a sprite created by the editor directly, ie.
sp_target(¤t_sprite, 13);
int &target = sp(13);
sp_target(¤t_sprite, &target);
works right. But try targetting a sprite created by the editor directly, ie.
sp_target(¤t_sprite, 13);