bool function PlayerOnHorse() Actor lastHorse = Game.GetPlayersLastRiddenHorse() if lastHorse == none return false else return lastHorse.GetPlayerControls() endIfendFunction
IsMoving() would also be nice, especially since IsRunning seems to return true even if the player is standing still.
