I have a bunch of scenarios to teleport to a certain area and mine a certain mat so that i can activate them from my remote desktop from my phone since it does not support long button presses. I’m trying to make one that will teleport to my home and navigate to my basement where my mender is and begin mass crafting but i cant get the bot to actually ENTER my home. I get as far as interacting with the door’s node and menu navigating to yes but then it still just back out then the rest of the scenario doesn’t work.
here is what I’m trying to use
teleport(estate hall, 1)
grid(homenav)
waypoint(2)
key(v, 1.0) //target npc
key(num0, 1.0) //interact
key(shift+{left})
key(enter) <———this is where it gets stuck
waypoint(10)
job(BSM)
key(v, 1.0) //target npc
key(num0, 1.0) //interact
repair()
startCrafting(50)