Hi all,
is it possible do a random animation after few time in loop for an NPC (without and interaction over it)? for sample a character move up and down on the scene and work over a table ad after walk to other locator and restart the same actions after few time? Thanks!
Ste
It looks like you're new here. If you want to get involved, click one of these buttons!
Comments
If the NPC is moving along a pre-defined Path, you can assign Cutscenes at each of the Path's nodes. These Cutscenes get run whenever a character moving along the Path reaches the node, so you can use this to run an e.g. Character: Animate Action before moving on.
To add randomness, you can use the Variable: Check random number and wire up the different outcomes to different Actions.