|
Falcnor Beginner
Joined: 04 Sep 2003 Posts: 14 Location: USA
|
Posted: Mon Sep 08, 2003 9:29 pm
#path end? |
Been trying to find someplace that tells me if there can be a notification of the end of a path somehow? Like just a text message that says your path has completed.
Any help would be apprecaited. |
|
|
|
Falcnor Beginner
Joined: 04 Sep 2003 Posts: 14 Location: USA
|
Posted: Mon Sep 08, 2003 10:11 pm |
#ALIAS onwalkend {stuff}
Found it. ;) |
|
|
|
Falcnor Beginner
Joined: 04 Sep 2003 Posts: 14 Location: USA
|
Posted: Mon Sep 08, 2003 10:25 pm |
Nope didn't work. Hmmm
Well I'm trying to incorporate this with my autokill script so it just repeats the process again.
When it finishes the path: #slow dwarfs |
|
|
|
LightBulb MASTER
Joined: 28 Nov 2000 Posts: 4817 Location: USA
|
Posted: Tue Sep 09, 2003 3:38 am |
Assuming you're pausing after each move, something like this might work.
#IF %nextdir() {#STEP} {#SAY path complete} |
|
|
|
Falcnor Beginner
Joined: 04 Sep 2003 Posts: 14 Location: USA
|
Posted: Tue Sep 09, 2003 4:28 am |
Ahh, yeah didn't think of that. I'll try that with some commands to restart the run.
Thanks Lightbulb! |
|
|
|
|
|