The Dink Network

Reply to Help me with the line

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:
 
 
April 24th 2005, 03:42 PM
milder.gif
I am using this script but can someone help me with one line;

void main( void )
{
if (&story > 6)
{
return;
}
&vision = 1;
int &guy;
&guy = create_sprite(400, 250, 9, 373, 4);
freeze(&guy);
sp_speed(&guy, 1);
sp_timing(&guy, 33);
sp_base_walk(&guy, 270);
sp_script(&guy, "s1-brg2");
}

Can someone help me with this line;
&guy = create_sprite(400, 250, 9, 373, 4);

What are the numbers?
400
250
9
373
4