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 ...