Thread: Vortex
View Single Post
  #15  
Old 09-24-2001, 10:03 PM
joseyisleet joseyisleet is offline
Registered User
Join Date: Aug 2001
Posts: 378
joseyisleet is on a distinguished road
Ok this is an old ass one I made.

//Code copyrighted by Josey Hunt and may not be used without his express written permission
// NPC made by The Josey Hunt
if (playerenters) {
x=x +.5;
timereverywhere;
set spar;
timeout=0.05;
}
if (timeout&&playerx<=x&&playery<=y&&spar) {
playerx=playerx +.08;
playery=playery +.08;
timeout=0.05;
}
if (timeout&&playerx>=x&&playery>=y&&spar) {
playerx=playerx -.08;
playery=playery -.08;
timeout=0.05;
}

if (timeout&&playerx<=x&&playery>=y&&spar) {
playerx=playerx +.08;
playery=playery -.08;
timeout=0.05;
}
if (timeout&&playerx>=x&&playery<=y&&spar) {
playerx=playerx -.08;
playery=playery +.08;
timeout=0.05;
}

Dont worry about the copyright up there, use it, who cares =D This can be easily edited for other things

P.S.
My new tat owns jo0! =D didnt show up in the pic very good though -curses lighting at raves. v.v
__________________
Account used by Josey and Howard.
Ali G: 'Is it cause i Black?'

Last edited by joseyisleet; 09-24-2001 at 10:06 PM..
Reply With Quote