View Single Post
  #9  
Old 09-18-2001, 09:47 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
Quote:
Originally posted by Vinvect
now how do i make this go curved?
NPC Code:

// NPC made by Darkoshi1
if(playerenters){
dontblock;
drawoverplayer;
timeout=.5;
}
if(timeout){
if(x>playerx){x--};
if(y<playery){y++};
if(x<playerx){x++};
if(y>playery){y--};
timeout=.05;
dontblock;
drawoverplayer;
}


:grrr: :grrr: :grrr:
DUH PLEZSE ANYONE@!!!!!!!!!!!!!!!!!!!!!@@@!!!!!!?!?!?!!?!?!?? !?!?!:grrr: :grrr: :grrr:
__________________
==========================
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