Thread: Lol-lag Machine
View Single Post
  #1  
Old 10-08-2001, 03:02 AM
Vinvect Vinvect is offline
Registered User
Join Date: Aug 2001
Location: U.S.A,California,Milpitas,In A House,In Room,On A Seat,On a Computer
Posts: 157
Vinvect is on a distinguished road
Send a message via ICQ to Vinvect Send a message via Yahoo to Vinvect
Talking Lol-lag Machine

heres a NPC called "Lag Machine" (Made By Me, So dont think i stole it script money! > )
// NPC made by Darkyoshi1 {WA's Bomy Pet} (Blue Team)
canbecarried;
canbepushed;
canbepulled;
if (wasthrown) {
putbomb 1,x+2,y;
putbomb 1,x,y+2;
putbomb 1,x,y-2;
putbomb 1,x-2,y;
sleep.1;
putbomb 2,x+4,y;
putbomb 2,x,y+4;
putbomb 2,x,y-4;
putbomb 2,x-4,y;
sleep.1;
putbomb 3,x+6,y;
putbomb 3,x,y+6;
putbomb 3,x,y-6;
putbomb 3,x-6,y;
sleep.1;
putbomb 1,x+8,y;
putbomb 1,x,y+8;
putbomb 1,x,y-8;
putbomb 1,x-8,y;
sleep.1;
putbomb 2,x+10,y;
putbomb 2,x,y+10;
putbomb 2,x,y-10;
putbomb 2,x-10,y;
sleep.1;
putbomb 3,x+12,y;
putbomb 3,x,y+12;
putbomb 3,x,y-12;
putbomb 3,x-12,y;
sleep.1;
}

there ya have it!
__________________
==========================
I Script Really Good
&
Looking For A NAT Job
==========================
Quote:
That's like a big lugee!
-Evolution The Movie
Quote:
Ha Ha Ha Give It Up!
-Cyrus From Bomberman
I'm not a Bomy anymore.
I'm a MUTATED BROCLI MONSTER!
(or SIGN MONSTER)
If you make me angry,
I'LL EAT YOU WHOLE!
ME, MUTATED BROCLI MONSTER MASTER
(or SIGN MONSTER)
WILL EAT YOU ALL UP!
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Quest Valley Owner
Looking For Staff
Pm Me
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
O.o Still Have My Braen Damaegd o.O


Thanks To Esiah, He Made This For Me!
Thanks Esiah!
Reply With Quote