Reply to Re: more problems
If you don't have an account, just leave the password field blank.
Make sure you place spaces at some places:
&a=0; is not the same as &a = 0;
In the same way int&trader=create_sprite(300,150,0,381,1); is not the same as int &trader = create_sprite(300,150,0,381,1);
Similar again for &a+=1;
Also, a semicolon is missing after say_stop("Why did you call me?",1)
&a=0; is not the same as &a = 0;
In the same way int&trader=create_sprite(300,150,0,381,1); is not the same as int &trader = create_sprite(300,150,0,381,1);
Similar again for &a+=1;
Also, a semicolon is missing after say_stop("Why did you call me?",1)