I try this:
Code:
if not player.IsSkillActive(3):
if player.IsMountingHorse():
myVid = player.GetMainCharacterIndex()
chr.SelectInstance(myVid)
chr.DismountHorse()
else:
myVid = player.GetMainCharacterIndex()
chr.SelectInstance(myVid)
chr.MountHorse()
Is there someway to mount(dismount) horse by python?
Thanks.






