hi,im trying to make my npc move toward a certain pt.
my code looks like this:
if setboy1anim=0
`hidden object to move to
position object 521,-919,216.9,1014
point object 206,object position x(521),object position y(206),object position z(521)
setboy1anim=1
endif
move object 206,0.1
my npc doesnt point toward the hidden object correctly,he keeps moving off toward the far left of it.
im trying to use point object but i want my npc to stay upright like a person.
anyone have some small code snippet that can help me move it to the pt i want it to????