Reply to Help me with the line
If you don't have an account, just leave the password field blank.
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
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