View Single Post
  #10  
Old 03-01-2002, 02:21 PM
nyghtGT nyghtGT is offline
Banned
nyghtGT's Avatar
Join Date: Jun 2001
Posts: 3,993
nyghtGT is on a distinguished road
Send a message via AIM to nyghtGT
Quote:
Originally posted by Lomgren
NyghtGT, just so you know, vecx and vecy are basically hardcoded arrays that are used for the x,y movement for directions,

x += vecx(dir);
y += vecy(dir);

you would use something like that for moving the npc according to it's direction.
uhh, ok ...
i said i wasn't sure and thanx for correcting me ...