Author Topic: onBotMounted event?  (Read 360 times)

Is there an event I can download that adds a bot event that sets off whenever a player/bot mounts a bot like a horse or something? I need it so I can "tame" wild horses on my RP.

Hasn't been made yet, I guess.

Then, is there some other way to event a Horse Taming system for an RP? So far I made it so if you jump onto a wild horse and take it into a stable it stops wandering around. But that bad thing is, I can't figure out how to make it so only wild horses stop moving. If any bot walks through the stable gate they will stop moving so. I need either event help or onBotMounted event. =\

When you're on a horse/vehicle/ect, you are in complete control over the AI.

I know that, but what I want is that you can jump on a horse that is wandering in the wild and it will stop moving and you can click it to follow you and click it again to stop following you so you can "tame" the horse.

0 [ ]
  • OnBotActivated > Bot > SetMovement > FollowNearestPlayer

1 [X]
  • OnBotActivated > Bot > SetMovement > Wander

2 [ ]
  • OnBotActivated > (Horsespawn) > ToggleEvents > [1]


If that doesn't work, then the horse will need its own variable.
Then the rest is simple.