hi everyone.
I try this:
and the game close automate when I load this code.
Is there someway to mount(dismount) horse by python?
Thanks.
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.