The Dink Network

Reply to Re: more problems

If you don't have an account, just leave the password field blank.
Username:
Password:
Subject:
Antispam: Enter Dink Smallwood's last name (surname) below.
Formatting: :) :( ;( :P ;) :D >( : :s :O evil cat blood
Bold font Italic font hyperlink Code tags
Message:
 
 
May 4th 2011, 06:47 AM
slimeg.gif
metatarasal
Bard He/Him Netherlands
I object 
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)