Hello and sorry if this is not the place, thx for replying by the way!
I want to move a citizens npc and then move back where he was:
I used this script
type: task
debug: true
script:
- ~walk <server.flag[Walking1]> <npc.anchor[Anchor1]>
- narrate "Point 1 adquired"
- wait 3s
- narrate "Wait done"
- ~walk <server.flag[Walking1]> <npc.anchor[Anchor1]>
- narrate "Point 2 adquired"```
the problem is that if I don't have that npc selected it won't move and just skip that line and goes at the next one like a goto
Any ideas? I do have a few versions back so I'm not sure if that counts up, I can understand you can't give support to each version, I'm on 1.19.2 waiting to update to 1.20 soon as my other devs do update the custom plugins, for the sake of the experiment I removed those 2 custom plugins (one of them is a custom menu with working homes and the other one is a stats menu btw if that helps)
Thanks for reading guys, I'm not english so I might have mistakes on my writings ,sorry for that