View Single Post
  #8  
Old 06-23-2001, 08:43 AM
LordAzeroth LordAzeroth is offline
Registered User
LordAzeroth's Avatar
Join Date: Apr 2001
Location: Canada
Posts: 1,010
LordAzeroth will become famous soon enough
Send a message via ICQ to LordAzeroth Send a message via AIM to LordAzeroth
Quote:
Originally posted by Zayjee
*cracks nuckles*. Alright. I believe this forum is to ask questions. NOT TO BE DISSED BY STUPID N00BS!! You need help with certain things, I need help with certain things. If you think I'm such a n00b, why don't YOU try to script the NPC I'm talking about??
You're a newbie.

timeout=.05;

if (timeout)
{
if (y > playery)
y-=.3;
if (y < playery)
y+=.3;
if (x > playerx)
x-=.3;
if (x < playerx)
x+=.3;
}


There it follows the player, just paste that in an npc.
__________________

F U, join now.
Reply With Quote