🐴Call the Mount
Last updated
Last updated
To call a mount while using the Rider you will need to have this parameters set up correctly:
Select your Horse or Mount Animal and Enable the AI Components. AI Control and NavMesh Agent. All the others AI Components are are optional.
You need to set a Reference on the Mount Stored Parameter, so the rider can know which mount to call:
Set all the correct sounds and audio source to call the animal.
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 :).