Thread: Vortex
View Single Post
  #25  
Old 09-25-2001, 07:34 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
ok this is not mines so dont ask!
NPC Code:

// NPC made by Antago God of Gravity
if (playerenters) {
timeout=.1;
}
if (created) {
timeout=.1;
}
if(timeout){
if(playery>=19 && playery <=38){
if(playerx>=41 && playerx <=44){
playery -=.7;
}
}
if(playery>=33.5 && playery <=36.5){
if(playerx>=20 && playerx <=44){
playerx +=.7;
}
}
if(playery>=18 && playery <=20){
if(playerx>=21 && playerx <=44){
playerx -=.7;
}
}
if(playery>=17 && playery <=34){
if(playerx>=20 && playerx <=22){
playery +=.7;
}
}
timeout=.05;
}


and Antago, pleez dont ban me pleez? k.
and staff, dont ban me pleez. thx ppl!
__________________
==========================
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