I want to make the Npcs move to random points on the map continual.
This is the code i use.
For some time it works like intended but after some time they stop moving.
Example video:
https://imgur.com/a/ODqVsm7
I want to make the Npcs move to random points on the map continual.
This is the code i use.
For some time it works like intended but after some time they stop moving.
Example video:
https://imgur.com/a/ODqVsm7
Get rid of that trigger once in the first event. I think that should fix it.
I agree with MrMen. Remove the trigger once.
I tested it and it seems to do with the trigger once not having a chance to reset. I’m not completely clear why. It seems to happen when the boolean is false in consecutive frames. It just doesn’t get a chance to go from false to true and then back to false.
Thank you that works perfectly.
You can simply use the pathfinding painter behavior:expressionless:
I dont understand what you mean.
I think the pathfinding painter is only for painting a path that has been found
Well it can be hard but once you get a hand of shape painter you can easily do it.
Please explain what do you mean?