Is it possible to have an alias that sends a series of commands to the world (like running directions) and then does a world.note message once the running part is complete?
what I'm doing is a run from A to B and then want a world note to appear.
I have tried having the alias call a subroutine that has ALL the world sends for each direction I run in it, followed by a world note, but the world note appears before I complete the run, and this makes it a lot harder to edit the run if I need to as well.
I tried having the alias send the running directions and also call a subroutine that does the world.note, but unfortunately the world.note is again displayed before I start running, not after.
Is there any way around this to get the world note to appear once run is complete? Basically can you write a world.note into an alias that is already sending commands to world as well, without having to call a separate subroutine.
Hopefully it's just something basic I'm overlooking here..
what I'm doing is a run from A to B and then want a world note to appear.
I have tried having the alias call a subroutine that has ALL the world sends for each direction I run in it, followed by a world note, but the world note appears before I complete the run, and this makes it a lot harder to edit the run if I need to as well.
I tried having the alias send the running directions and also call a subroutine that does the world.note, but unfortunately the world.note is again displayed before I start running, not after.
Is there any way around this to get the world note to appear once run is complete? Basically can you write a world.note into an alias that is already sending commands to world as well, without having to call a separate subroutine.
Hopefully it's just something basic I'm overlooking here..