The Dink Network

Reply to Stupid bonca

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 30th 2005, 08:16 PM
pig.gif
Hi guys, ive got yet another mysterious script thats gone sour. what? nevermind, the problem is that there is a bonca, but he only hits when you stand still, and are right on top of him, making him realy super easy to kill. helps apprecaited, and this is the part of the script that has the problem.

if(&gladfight == 2)
{
screenlock(1);
&vision = 2;
say("Lets go!", 1);
playmidi("f2.mid");
int &maria = create_sprite(460, 220, 9, 360, 1);
sp_seq(&maria, 361);
sp_frame(&maria, 1);
say("`5*MORPHIMUS!*", &maria);
wait(1000);
sp_base_walk(&maria, 600);
sp_base_attack(&maria, 590);
sp_frame(&maria, 1);
sp_seq(&maria, 501);
sp_brain(&maria, 9);
sp_speed(&maria, 1);
sp_exp(&maria, 80);
sp_script(&maria, "opponent-maria");
sp_target(&maria, 1);
sp_strength(&maria, 4);
sp_hitpoints(&maria, 24);
sp_dir(maria, 4);
}
}

Thanks again.