The Dink Network

Somethings wrong.

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?
June 23rd 2007, 11:36 AM
spike.gif
if (&espammer < 1);

should be

if (&espammer < 1)
June 24th 2007, 08:40 AM
fairy.gif
Glennglenn
Peasant He/Him Norway
GlennGlenn doesn't want a custom title. 
sp_dir(&rajesh, 1);

Should be:

sp_dir(&rajesh, 2); ?
June 24th 2007, 12:08 PM
knightgl.gif
RAJESH
Peasant He/Him
 
Hi guys!I'm back.
&GOKUSSJ6,where will you put those scripts about me...??!
Note to the DN:I"l be missing from this DN forum for a week&I will post messages/threads only ONCE IN A WEEK
Under stood.?
June 24th 2007, 12:54 PM
pq_cthunik.gif
GOKUSSJ6
Peasant He/Him Poland
Everyone should get a pizza for free in each week. 
In my newest D-mod called The Legeond of the Dink SPecial Edition - Rand's Quest for Axe.