can we get an npc.runTo(Vector3f) to make them run to a position? like the npc.moveTo
Participate now!
Don’t have an account yet? Create a new account now and be part of our community!
can we get an npc.runTo(Vector3f) to make them run to a position? like the npc.moveTo
Right now the game has no specific handling for that... running is currently only determined by the "alert" state of the npc. So you could let the npc run to a position if you set the alert flag.
We want to expand the npc behaviour in the future (and detach this from the alert state), then we'll also update the API accordingly But unfortunately we have no ETA for that yet.
Don’t have an account yet? Create a new account now and be part of our community!