Reply to Re: Savebot script
If you don't have an account, just leave the password field blank.
It should* work if you just remove the "int"... If you change it so that the &duck global is only used to advance the quest, remember to also change these lines in void main():
->
*it might or it might not work
sp_speed(&duck, 1); sp_hitpoints(&duck, 10);
->
sp_speed(¤t_sprite, 1); sp_hitpoints(¤t_sprite, 10);
*it might or it might not work