My speed walk is executed by an alias that calls a python function. I want to wait for about 5 seconds in the middle of the walk.
I'd like to pause after opening the gate before continuing the walk.
world.queue("w w w n e n n n (open gate) n e e e s w", false)
I'd like to pause after opening the gate before continuing the walk.