🐴Call the Mount

How to:

To call a mount while using the Rider you will need to have this parameters set up correctly:

AI enabled

Select your Horse or Mount Animal and Enable the AI Components. AI Control and NavMesh Agent. All the others AI Components are are optional.

Mount Stored

You need to set a Reference on the Mount Stored Parameter, so the rider can know which mount to call:

Audio

Set all the correct sounds and audio source to call the animal.

Input

To call the Mount you will need to attach the CallMount method to an input.

On the Input Component set the MRider.CallMountToggle() method when the Key is set to Down:

Or you can set the MRider.CallMount(bool) method when the Input is set to Toggle:

and that's it :).

Last updated