Move NPC on Timer?

Hello Devs, Noob here.

I need help moving a npc in random direction at intervals. so after 5 seconds… npc walks 400 px then stops and waits for another interval.

Do I use an object timer to move the npc and scene timer for the pause?

I tried to add a topdown behaviour with disabled default, but this doesn’t work.

Thanks

IF you are going to have it always for 5 secs

Use condition called Compare Two Numbers
In 1st value type mod(TimeFromStart,5)
For sign of the test choose greater than
In 2nd value type 0
Trigger once

Thanks @ZeroX4

I just know I’ve screwed it up.

fixed it

Now I just need the movement. Thanks @ZeroX4