Tilla 0 Posted July 27, 2021 I want my script to have the player move to the npc as its health hits 0 but move(npc) is pretty inaccurate and seems pretty bot like.
ethan45 4 Posted July 28, 2021 10 hours ago, Tilla said: I want my script to have the player move to the npc as its health hits 0 but move(npc) is pretty inaccurate and seems pretty bot like. Npc.interact"walk here"
Bonfire 334 Posted July 28, 2021 Even better would be to use the dedicated Walking class. Simply do the following: Walking.walk(yourNPCHere);
Recommended Posts
Archived
This topic is now archived and is closed to further replies.