
03-01-2002, 09:10 AM
|
|
Senior Member, Anti-Spam
|
Join Date: Mar 2001
Location: Missouri
Posts: 196
|
|
|
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. |
__________________
Lomgren - devoted to classic, even though I may be gone for months on end
|
|
|
|