So what I'm having troubles with, is spawning a horse, tame it, mount it, and be able to move with it.
I was able to reach the mounting and taming effects but I can't go further. Like moving the horse, can you help me with this if you know how?
My current code:
What I need:
- a way to tame the spawned horse
- a way to be able to ride it and move with it.
Thanks : )
I was able to reach the mounting and taming effects but I can't go further. Like moving the horse, can you help me with this if you know how?
My current code:
code_language.skript:
on right click:
if player's tool is saddle named "&6Jhu le Horse":
spawn horse at player's location
set {_entity} to last spawned entity
make player ride {_entity}
- a way to tame the spawned horse
- a way to be able to ride it and move with it.
Thanks : )