(Solved)Changing animation after a certain amount of time


I have tried to make the animation change to random and it is working but i want to change it to empty after few seconds and then random

If you want to make the number of seconds it waits, you can type where the number 5 is in the wait seconds action: RandomInRange(3,7) the 3 in this is the minimum I used, and the 7 is the maximum. Feel free to change these.

1 Like

This event needs a trigger once. The condition won’t change for 5 seconds, and so the wait will get actioned repeatedly, after which it’ll then continuously set the animation to EmptySlot for 5 second.

1 Like

Yep trigger once solved it Thank you