#Prblem with simplepath

1 messages · Page 1 of 1 (latest)

signal condor
#

I watched the guides and did everything as it should be, and I succeeded, the NPC constantly follows the block, but how to make it so that upon reaching the first block, the NPC then goes to the second, third, fourth, and so on in a cycle?
1-2-3-4-1-2-3-4-1...

amber locust
#

with a for loop in a while loop?

signal condor
steel chasm
#

Have all waypoints in a folder then loopthough them and set the goal to this part. When an event that says that the npc has reached the destination, set the goal to the another part in the for loop