Is there any way to enable a trigger after the speedwalk completes? It's as if you'd be putting it into the queue so that when the command goes through the trigger is added, instead of immediately when you do enableTrigger.
I tried world.send(aliasname) which would put it in the queue, but the aliasname isn't recognized. It only works when I do world.execute(aliasname), yet that's done immediately.
To explain further, I have a trigger which detects exits. I want to disable this trigger, speedwalk somewhere, and enable the trigger after the speedwalk is complete. I can't use a timer or doafter because I'm not sure how long it will take.
Any help is appreciated :)
I tried world.send(aliasname) which would put it in the queue, but the aliasname isn't recognized. It only works when I do world.execute(aliasname), yet that's done immediately.
To explain further, I have a trigger which detects exits. I want to disable this trigger, speedwalk somewhere, and enable the trigger after the speedwalk is complete. I can't use a timer or doafter because I'm not sure how long it will take.
Any help is appreciated :)