HorseUnsummonPaladinMount()
Action - Unsummon a Paladin mount.
void HorseUnsummonPaladinMount();
Description
Causes the caller to unsummon its Paladin mount.
Remarks
This is an Action which must be added to the caller's queue. As with all Actions, it is not executed immediately.
It will force dismount if the Paladin is mounted on a summoned horse.
If the caller has no Paladin mount, the function does nothing, even if the caller owns a regular horse.
Requirements
#include "x3_inc_horse"
Version
1.69
Example
#include "x3_inc_horse" void main() { object oPaladin = GetFirstPC(); AssignCommand(oPaladin, HorseUnsummonPaladinMount()); }
See Also
functions:  | HorseSummonPaladinMount | HorseGetPaladinMount |
categories:  | Horse Functions |
author: Proleric, editor: Mistress