The Dink Network

Reply to Somethings wrong.

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:
 
 
June 23rd 2007, 11:25 AM
pq_cthunik.gif
GOKUSSJ6
Peasant He/Him Poland
Everyone should get a pizza for free in each week. 
I have a problem with this script:
void main(void)
{
int &rajesh = create_sprite(459, 130, 16, 561, 1);
int &skull = create_sprite(486, 165, 0, 90, 5);
sp_size(&skull, 200);
sp_script(&skull, "skull");
sp_seq(&rajesh, 561);
sp_speed(&rajesh, 1);
sp_base_walk(&rajesh, 560);
sp_script(&rajesh, "rajesh");

if (&espammer < 1);
{
freeze(1);
freeze(&rajesh);
move_stop(1, 6, 120, 1);
say_stop("`1Well look at that skull.We have a visitor!", &rajesh);
sp_dir(&rajesh, 2);
say_stop("`2I'm not blind you spammer!", &skull);
say_stop("`3Erm...Good Morning thiefs!", 1);
wait(500);
sp_dir(&rajesh, 1);
wait(750);
say_stop("`2Thiefs?What thiefs?!I didn't stole anything!Rajesh did!", &skull);
sp_dir(&rajesh, 2);
say_stop("`1I didn't stole anything!", &rajesh);
move_stop(1, 6, 350, 1);
say_stop("`3Yeah right!Gimme back my axe!", 1);
sp_dir(&rajesh, 4);
say_stop("`1I don't have your axe.", &rajesh);
sp_dir(&rajesh, 2);
wait(1500);
say_stop("`2What are you looking at me Rajesh?!I didn't stole anything!I'm just a skull!", &skull);
sp_dir(&rajesh, 1);
say_stop("`1Excuse me but we don't have your axe.", &rajesh);
wait(1000);
say_stop("`1But we can help you find it.", &rajesh);
say_stop("`3*sigh*Ok.", 1);
unfreeze(1);
unfreeze(&rajesh);
&espammer = 1;
}
}
When i enter to the same screen this script will run.Did i miss something?