Browse Source

Show number of steps in speedwalk

pull/2/head
Brandon Cornejo 5 years ago
parent
commit
445226ad14
  1. 8
      src/db.tin

8
src/quow.tin → src/db.tin

@ -299,7 +299,13 @@
}
#send {$speedwalk_result[1]};
#format {route_confirm} {%c[speedwalk] A route was found, type "%cspeedwalk%c" to fast travel.} {bold blue}{green}{bold blue};
#variable {route_length} {$speedwalk_result[1]};
#replace {route_length} {\\\;} {;};
#replace {route_length} { } {};
#list {route_length} {create} {$route_length};
#list {route_length} {size} {route_length};
#format {route_confirm} {%c[speedwalk] A route was found, type "%cspeedwalk%c" to fast travel. [%g steps]} {bold blue}{green}{bold blue}{$route_length};
#echo {$route_confirm};
} {
#format {route_display} {%c[speedwalk] No previous query data found, try searching first.} {bold blue};
Loading…
Cancel
Save