How to randomize npc animations (SOLVED)

So I want to use one sprite for all npcs. is there something when the animation can randomize to different type of people like for example: if you enter the game it will show the same sprite but different animation


So techinally this are the same sprites but have been copyed and paste. The first one is the original, but the second one is the same sprite but just a different look, how do I do this?

2 Likes

have an animation with all the different sprite variations, than in the object’s code use the Random block to generate an random number, then feed that number itno the “Go To” input in the Animation block

3 Likes

Ok so sorry for the late replay but umm like this?

1 Like

yes like that, did it work?

Yep it did! Thanks for the help

1 Like